Uses of Class
com.bm.introspectors.PrimaryKeyInfo

Packages that use PrimaryKeyInfo
com.bm.introspectors   
com.bm.introspectors.relations   
 

Uses of PrimaryKeyInfo in com.bm.introspectors
 

Fields in com.bm.introspectors with type parameters of type PrimaryKeyInfo
protected  java.util.Map<Property,PrimaryKeyInfo> AbstractPersistentClassIntrospector.pkFieldInfo
          holds the meta information for primary key fields *
 

Methods in com.bm.introspectors that return PrimaryKeyInfo
 PrimaryKeyInfo Introspector.getPrimaryKeyInfo(Property toCheck)
          This method returns informations about a primary key field.
 PrimaryKeyInfo AbstractPersistentClassIntrospector.getPrimaryKeyInfo(Property toCheck)
          This method returns informations about a persistent field.
 

Methods in com.bm.introspectors with parameters of type PrimaryKeyInfo
protected  void AbstractPersistentClassIntrospector.extractGenerator(java.lang.annotation.Annotation[] propertyAnnotations, PrimaryKeyInfo info)
           
 

Uses of PrimaryKeyInfo in com.bm.introspectors.relations
 

Method parameters in com.bm.introspectors.relations with type arguments of type PrimaryKeyInfo
 void GlobalPrimaryKeyStore.put(java.lang.Class entityClass, java.util.Map<Property,PrimaryKeyInfo> pkFieldInfo)
          Stores primary key info of a given entity class.
 



Copyright © 2008. All Rights Reserved.