com.mysema.query.sql
Class SchemaImpl

java.lang.Object
  extended by com.mysema.query.sql.SchemaImpl
All Implemented Interfaces:
Schema, Annotation

public class SchemaImpl
extends Object
implements Schema

TableImpl is an implementation for the Table annotation

Author:
tiwe

Constructor Summary
SchemaImpl(String table)
           
 
Method Summary
 Class<? extends Annotation> annotationType()
           
 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

SchemaImpl

public SchemaImpl(String table)
Method Detail

value

public String value()

annotationType

public Class<? extends Annotation> annotationType()
Specified by:
annotationType in interface Annotation


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