接口的使用
org.hibernate.tuple.NonIdentifierAttribute
-
使用NonIdentifierAttribute的程序包 程序包 说明 org.hibernate.tuple This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes.org.hibernate.tuple.component org.hibernate.tuple.entity org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. -
-
org.hibernate.tuple中NonIdentifierAttribute的使用
实现NonIdentifierAttribute的org.hibernate.tuple中的类 修饰符和类型 类 说明 classAbstractNonIdentifierAttributeclassStandardProperty已过时。Use one of theAttribute-based impls instead.返回NonIdentifierAttribute的org.hibernate.tuple中的方法 修饰符和类型 方法 说明 static NonIdentifierAttributePropertyFactory. buildEntityBasedAttribute(EntityPersister persister, SessionFactoryImplementor sessionFactory, int attributeNumber, Property property, boolean lazyAvailable)Generate a non-identifier (and non-version) attribute based on the given mapped property from the given entity -
org.hibernate.tuple.component中NonIdentifierAttribute的使用
实现NonIdentifierAttribute的org.hibernate.tuple.component中的类 修饰符和类型 类 说明 classAbstractCompositionAttributeA base class for a composite, non-identifier attribute.classCompositeBasedAssociationAttributeclassCompositeBasedBasicAttributeclassCompositionBasedCompositionAttribute -
org.hibernate.tuple.entity中NonIdentifierAttribute的使用
实现NonIdentifierAttribute的org.hibernate.tuple.entity中的类 修饰符和类型 类 说明 classAbstractEntityBasedAttributeclassEntityBasedAssociationAttributeclassEntityBasedBasicAttributeclassEntityBasedCompositionAttributeclassVersionPropertyRepresents a version property within the Hibernate runtime-metamodel.返回NonIdentifierAttribute的org.hibernate.tuple.entity中的方法 修饰符和类型 方法 说明 NonIdentifierAttribute[]EntityMetamodel. getProperties() -
org.hibernate.type中NonIdentifierAttribute的使用
参数类型为NonIdentifierAttribute的org.hibernate.type中的方法 修饰符和类型 方法 说明 static int[]TypeHelper. findDirty(NonIdentifierAttribute[] properties, Object[] currentState, Object[] previousState, boolean[][] includeColumns, boolean anyUninitializedProperties, SharedSessionContractImplementor session)已过时。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)已过时。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)已过时。Determine if any of the given field values are modified, returning an array containing indices of the modified fields.
-