Uses of Class
org.jboss.metadata.EntityMetaData

Packages that use EntityMetaData
org.jboss.ejb.plugins.cmp.jdbc.metadata Package description goes here
org.jboss.verifier.strategy Package description goes here
 

Uses of EntityMetaData in org.jboss.ejb.plugins.cmp.jdbc.metadata
 

Constructors in org.jboss.ejb.plugins.cmp.jdbc.metadata with parameters of type EntityMetaData
JDBCEntityMetaData(JDBCApplicationMetaData jdbcApplication, EntityMetaData entity)
          Constructs jdbc entity meta data defined in the jdbcApplication and with the data from the entity meta data which is loaded from the ejb-jar.xml file.
 

Uses of EntityMetaData in org.jboss.verifier.strategy
 

Methods in org.jboss.verifier.strategy with parameters of type EntityMetaData
 void VerificationStrategy.checkEntity(EntityMetaData entity)
          Does the entity check
 void EJBVerifier21.checkEntity(EntityMetaData entity)
           
 void EJBVerifier20.checkEntity(EntityMetaData entity)
           
 void EJBVerifier11.checkEntity(EntityMetaData entity)
          Verifies the entity bean class, home interface, remote interface and primary key class against the EJB 1.1 specification.
protected  boolean AbstractEJB2xVerifier.hasMatchingQuery(Method m, EntityMetaData e)
          Check whether there is a matching <query> Element defined for the Method m
 boolean AbstractVerifier.hasPrimaryKeyReturnType(EntityMetaData entity, Method m)
          checks the return type of method matches the entity's primary key class or is a super class of the primary key class
 boolean AbstractVerifier.isSingleObjectFinder(EntityMetaData entity, Method finder)
          checks if finder returns the primary key type
 



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