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 TypeClassDescriptionclassSingleFieldId<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 TypeClassDescriptionclassThis class is for identity with a single byte field.classThis class is for identity with a single character field.classThis class is for identity with a single int field.classThis class is for identity with a single long field.classThis class is for identity with a single Object type field.classThis class is for identity with a single short field.classThis 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)