org.jboss.persistence
Class EntityImpl

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

public class EntityImpl
extends Object
implements javax.persistence.Entity

// *

Version:
$Revision: 67430 $
Author:
William DeCoste

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

name

public String name()

annotationType

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

values

public String[] values()


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.