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 Object
implements javax.persistence.Entity

// *

Version:
$Revision: 1.2.2.3 $
Author:
William DeCoste

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

access

public javax.persistence.AccessType access()

name

public String name()

annotationType

public Class annotationType()
Specified by:
annotationType in interface java.lang.annotation.Annotation

values

public String[] values()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.