Uses of Class
org.datanucleus.identity.SingleFieldId
Packages that use SingleFieldId
-
Uses of SingleFieldId in org.datanucleus.identity
Classes in org.datanucleus.identity with type parameters of type SingleFieldIdModifier and TypeClassDescriptionclass
SingleFieldId<T,
S extends SingleFieldId> This class is the abstract base class for all single field identity classes.Subclasses of SingleFieldId in org.datanucleus.identityModifier and TypeClassDescriptionclass
This class is for identity with a single byte field.class
This class is for identity with a single character field.class
This class is for identity with a single int field.class
This class is for identity with a single long field.class
This class is for identity with a single Object type field.class
This class is for identity with a single short field.class
This class is for identity with a single String field.Methods in org.datanucleus.identity that return SingleFieldIdModifier and TypeMethodDescriptionIdentityManager.getSingleFieldId
(Class idType, Class pcType, Object key) Method to return a single-field identity, for the persistable type specified, and for the idType of SingleFieldId.IdentityManagerImpl.getSingleFieldId
(Class idType, Class pcType, Object key) Methods in org.datanucleus.identity that return types with arguments of type SingleFieldIdModifier and TypeMethodDescriptionstatic Class
<? extends SingleFieldId> IdentityUtils.getSingleFieldIdentityTypeForKeyType
(Class keyType)