Uses of Interface
org.hibernate.tuple.NonIdentifierAttribute
-
Packages that use NonIdentifierAttribute Package Description org.hibernate.persister.entity org.hibernate.tuple org.hibernate.tuple.component org.hibernate.tuple.entity org.hibernate.type -
-
Uses of NonIdentifierAttribute in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type NonIdentifierAttribute Modifier and Type Method Description static booleanAbstractEntityPersister. isValueGenerationRequired(NonIdentifierAttribute attribute, GenerationTiming matchTiming) -
Uses of NonIdentifierAttribute in org.hibernate.tuple
Classes in org.hibernate.tuple that implement NonIdentifierAttribute Modifier and Type Class Description classAbstractNonIdentifierAttributeclassStandardPropertyDeprecated.Use one of theAttribute-based impls instead.Methods in org.hibernate.tuple that return NonIdentifierAttribute Modifier and Type Method Description static NonIdentifierAttributePropertyFactory. buildEntityBasedAttribute(EntityPersister persister, SessionFactoryImplementor sessionFactory, int attributeNumber, Property property, boolean lazyAvailable, PersisterCreationContext creationContext)Generate a non-identifier (and non-version) attribute based on the given mapped property from the given entity -
Uses of NonIdentifierAttribute in org.hibernate.tuple.component
Classes in org.hibernate.tuple.component that implement NonIdentifierAttribute Modifier and Type Class Description classAbstractCompositionAttributeA base class for a composite, non-identifier attribute.classCompositeBasedAssociationAttributeclassCompositeBasedBasicAttributeclassCompositionBasedCompositionAttribute -
Uses of NonIdentifierAttribute in org.hibernate.tuple.entity
Classes in org.hibernate.tuple.entity that implement NonIdentifierAttribute Modifier and Type Class Description classAbstractEntityBasedAttributeclassEntityBasedAssociationAttributeclassEntityBasedBasicAttributeclassEntityBasedCompositionAttributeclassVersionPropertyRepresents a version property within the Hibernate runtime-metamodel.Methods in org.hibernate.tuple.entity that return NonIdentifierAttribute Modifier and Type Method Description NonIdentifierAttribute[]EntityMetamodel. getProperties() -
Uses of NonIdentifierAttribute in org.hibernate.type
Methods in org.hibernate.type with parameters of type NonIdentifierAttribute Modifier and Type Method Description static int[]TypeHelper. findDirty(NonIdentifierAttribute[] properties, Object[] currentState, Object[] previousState, boolean[][] includeColumns, boolean anyUninitializedProperties, SharedSessionContractImplementor session)Deprecated.Use {org.hibernate.type.TypeHelperTypeHelper.findDirty(NonIdentifierAttribute[], Object[], Object[], boolean[][], SharedSessionContractImplementor)indteadstatic int[]TypeHelper. findDirty(NonIdentifierAttribute[] properties, Object[] currentState, Object[] previousState, boolean[][] includeColumns, SharedSessionContractImplementor session)Deprecated.Determine if any of the given field values are dirty, returning an array containing indices of the dirty fields.static int[]TypeHelper. findModified(NonIdentifierAttribute[] properties, Object[] currentState, Object[] previousState, boolean[][] includeColumns, boolean[] includeProperties, boolean anyUninitializedProperties, SharedSessionContractImplementor session)static int[]TypeHelper. findModified(NonIdentifierAttribute[] properties, Object[] currentState, Object[] previousState, boolean[][] includeColumns, boolean[] includeProperties, SharedSessionContractImplementor session)Deprecated.Determine if any of the given field values are modified, returning an array containing indices of the modified fields.
-