com.mysema.query.sql
Class TableImpl

java.lang.Object
  extended by com.mysema.query.sql.TableImpl
All Implemented Interfaces:
Table, java.lang.annotation.Annotation

public class TableImpl
extends java.lang.Object
implements Table

TableImppl is an implementation for the Table annotation

Author:
tiwe

Constructor Summary
TableImpl(java.lang.String table)
           
 
Method Summary
 java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
           
 java.lang.String value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
 

Constructor Detail

TableImpl

public TableImpl(java.lang.String table)
Method Detail

value

public java.lang.String value()

annotationType

public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
Specified by:
annotationType in interface java.lang.annotation.Annotation


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.