Uses of Class
org.datanucleus.identity.SingleFieldId
-
Packages that use SingleFieldId Package Description org.datanucleus.identity Package defining object identity classes. -
-
Uses of SingleFieldId in org.datanucleus.identity
Classes in org.datanucleus.identity with type parameters of type SingleFieldId Modifier and Type Class Description classSingleFieldId<T,S extends SingleFieldId>This class is the abstract base class for all single field identity classes.Subclasses of SingleFieldId in org.datanucleus.identity Modifier and Type Class Description classByteIdThis class is for identity with a single byte field.classCharIdThis class is for identity with a single character field.classIntIdThis class is for identity with a single int field.classLongIdThis class is for identity with a single long field.classObjectIdThis class is for identity with a single Object type field.classShortIdThis class is for identity with a single short field.classStringIdThis class is for identity with a single String field.Methods in org.datanucleus.identity that return SingleFieldId Modifier and Type Method Description SingleFieldIdIdentityManager. getSingleFieldId(java.lang.Class idType, java.lang.Class pcType, java.lang.Object key)Method to return a single-field identity, for the persistable type specified, and for the idType of SingleFieldId.SingleFieldIdIdentityManagerImpl. getSingleFieldId(java.lang.Class idType, java.lang.Class pcType, java.lang.Object key)Methods in org.datanucleus.identity that return types with arguments of type SingleFieldId Modifier and Type Method Description static java.lang.Class<? extends SingleFieldId>IdentityUtils. getSingleFieldIdentityTypeForKeyType(java.lang.Class keyType)
-