org.jboss.persistence
Class EntityImpl

java.lang.Object
  extended by org.jboss.persistence.EntityImpl
All Implemented Interfaces:
java.lang.annotation.Annotation, javax.persistence.Entity

public class EntityImpl
extends java.lang.Object
implements javax.persistence.Entity

// *


Constructor Summary
EntityImpl(java.lang.String[] values)
           
 
Method Summary
 java.lang.Class<javax.persistence.Entity> annotationType()
           
 java.lang.String name()
           
 java.lang.String[] values()
           
 
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

EntityImpl

public EntityImpl(java.lang.String[] values)
Method Detail

name

public java.lang.String name()

annotationType

public java.lang.Class<javax.persistence.Entity> annotationType()
Specified by:
annotationType in interface java.lang.annotation.Annotation

values

public java.lang.String[] values()