站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

Uses of Class org.jboss.metadata.EntityMetaData (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


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 EJBVerifier20.checkEntity(EntityMetaData entity)
           
protected  boolean EJBVerifier20.hasMatchingQuery(Method m, EntityMetaData e)
          Check whether there is a matching <query> Element defined for the Method m
 void EJBVerifier11.checkEntity(EntityMetaData entity)
          Verifies the entity bean class, home interface, remote interface and primary key class against the EJB 1.1 specification.
 boolean AbstractVerifier.isSingleObjectFinder(EntityMetaData entity, Method finder)
          checks if finder returns the primary key type
 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
 



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