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 class
SingleFieldId<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 class
ByteId
This class is for identity with a single byte field.class
CharId
This class is for identity with a single character field.class
IntId
This class is for identity with a single int field.class
LongId
This class is for identity with a single long field.class
ObjectId
This class is for identity with a single Object type field.class
ShortId
This class is for identity with a single short field.class
StringId
This class is for identity with a single String field.Methods in org.datanucleus.identity that return SingleFieldId Modifier and Type Method Description SingleFieldId
IdentityManager. 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.SingleFieldId
IdentityManagerImpl. 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)
-