public interface PostInsertIdentityPersister extends EntityPersister
hasIdentifierPropertyENTITY_ID| Modifier and Type | Method and Description | 
|---|---|
String[] | 
getIdentifierColumnNames()  | 
String | 
getIdentitySelectString()
Get the database-specific SQL command to retrieve the last
 generated IDENTITY value. 
 | 
String[] | 
getRootTableKeyColumnNames()
The names of the primary key columns in the root table. 
 | 
String | 
getSelectByUniqueKeyString(String propertyName)
Get a SQL select string that performs a select based on a unique
 key determined by the given property name). 
 | 
afterInitialize, afterReassociate, buildCacheEntry, canExtractIdOutOfEntity, canUseReferenceCacheEntries, createProxy, delete, findDirty, findModified, forceVersionIncrement, generateEntityDefinition, getCacheAccessStrategy, getCacheEntryStructure, getClassMetadata, getConcreteProxyClass, getCurrentVersion, getDatabaseSnapshot, getEntityMetamodel, getEntityMode, getEntityName, getEntityTuplizer, getFactory, getFilterAliasGenerator, getIdByUniqueKey, getIdentifier, getIdentifier, getIdentifierGenerator, getIdentifierPropertyName, getIdentifierType, getInstrumentationMetadata, getMappedClass, getNaturalIdCacheAccessStrategy, getNaturalIdentifierProperties, getNaturalIdentifierSnapshot, getPropertyCascadeStyles, getPropertyCheckability, getPropertyInsertability, getPropertyInsertGenerationInclusions, getPropertyLaziness, getPropertyNames, getPropertyNullability, getPropertySpaces, getPropertyType, getPropertyTypes, getPropertyUpdateability, getPropertyUpdateGenerationInclusions, getPropertyValue, getPropertyValue, getPropertyValues, getPropertyValuesToInsert, getPropertyVersionability, getQuerySpaces, getRootEntityName, getSubclassEntityPersister, getVersion, getVersionProperty, getVersionType, hasCache, hasCascades, hasCollections, hasIdentifierProperty, hasInsertGeneratedProperties, hasLazyProperties, hasMutableProperties, hasNaturalIdCache, hasNaturalIdentifier, hasProxy, hasSubselectLoadableCollections, hasUninitializedLazyProperties, hasUpdateGeneratedProperties, implementsLifecycle, insert, insert, instantiate, isBatchLoadable, isCacheInvalidationRequired, isIdentifierAssignedByInsert, isInherited, isInstance, isInstrumented, isLazyPropertiesCacheable, isMutable, isSelectBeforeUpdateRequired, isSubclassEntityName, isTransient, isVersioned, isVersionPropertyGenerated, load, load, loadEntityIdByNaturalId, lock, lock, postInstantiate, processInsertGeneratedProperties, processUpdateGeneratedProperties, resetIdentifier, resolveAttributeIndexes, setIdentifier, setPropertyValue, setPropertyValues, updategetVersionComparatorgetEntityKeyDefinition, getEntityPersistergetAttributesString getSelectByUniqueKeyString(String propertyName)
propertyName - The name of the property which maps to the
 column(s) to use in the select statement restriction.String getIdentitySelectString()
String[] getIdentifierColumnNames()
String[] getRootTableKeyColumnNames()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.