类的使用
org.hibernate.EntityMode
-
使用EntityMode的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.annotations Package containing all the Hibernate specific annotations.org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.internal org.hibernate.boot.jaxb.hbm.internal JAXB details.org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi org.hibernate.boot.spi org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.org.hibernate.collection.internal Internal implementations and support for persistent collectionsorg.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.mapping This package defines the Hibernate configuration-time metamodel.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel.org.hibernate.property.access.internal org.hibernate.property.access.spi Defines strategies for accessing the persistent properties of an entity or composite.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中EntityMode的使用
返回EntityMode的org.hibernate中的方法 修饰符和类型 方法 说明 static EntityModeEntityMode. parse(String entityMode)Legacy-style entity-mode name parsing.static EntityModeEntityMode. valueOf(String name)返回带有指定名称的该类型的枚举常量。static EntityMode[]EntityMode. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。参数类型为EntityMode的org.hibernate中的方法 修饰符和类型 方法 说明 ObjectEmptyInterceptor. instantiate(String entityName, EntityMode entityMode, Serializable id)ObjectInterceptor. instantiate(String entityName, EntityMode entityMode, Serializable id)Instantiate the entity class. -
org.hibernate.annotations中EntityMode的使用
返回EntityMode的org.hibernate.annotations中的方法 修饰符和类型 方法 说明 EntityModeentityModeType()The entity mode. -
org.hibernate.boot中EntityMode的使用
参数类型为EntityMode的org.hibernate.boot中的方法 修饰符和类型 方法 说明 SessionFactoryBuilderSessionFactoryBuilder. applyDefaultEntityMode(EntityMode entityMode)已过时。Different entity modes per entity is soon to be removed as a feature.SessionFactoryBuilderSessionFactoryBuilder. applyEntityTuplizer(EntityMode entityMode, Class<? extends EntityTuplizer> tuplizerClass)Register the defaultEntityTuplizerto be applied to the SessionFactory. -
org.hibernate.boot.internal中EntityMode的使用
返回EntityMode的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 EntityModeSessionFactoryOptionsBuilder. getDefaultEntityMode()参数类型为EntityMode的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 SessionFactoryBuilderSessionFactoryBuilderImpl. applyDefaultEntityMode(EntityMode entityMode)voidSessionFactoryOptionsBuilder. applyDefaultEntityMode(EntityMode entityMode)SessionFactoryBuilderSessionFactoryBuilderImpl. applyEntityTuplizer(EntityMode entityMode, Class<? extends EntityTuplizer> tuplizerClass)voidSessionFactoryOptionsBuilder. applyEntityTuplizer(EntityMode entityMode, Class<? extends EntityTuplizer> tuplizerClass) -
org.hibernate.boot.jaxb.hbm.internal中EntityMode的使用
返回EntityMode的org.hibernate.boot.jaxb.hbm.internal中的方法 修饰符和类型 方法 说明 static EntityModeEntityModeConverter. fromXml(String name)参数类型为EntityMode的org.hibernate.boot.jaxb.hbm.internal中的方法 修饰符和类型 方法 说明 static StringEntityModeConverter. toXml(EntityMode entityMode) -
org.hibernate.boot.jaxb.hbm.spi中EntityMode的使用
声明为EntityMode的org.hibernate.boot.jaxb.hbm.spi中的字段 修饰符和类型 字段 说明 protected EntityModeJaxbHbmTuplizerType. entityMode返回EntityMode的org.hibernate.boot.jaxb.hbm.spi中的方法 修饰符和类型 方法 说明 EntityModeJaxbHbmTuplizerType. getEntityMode()Gets the value of the entityMode property.EntityModeAdapter4. unmarshal(String value)参数类型为EntityMode的org.hibernate.boot.jaxb.hbm.spi中的方法 修饰符和类型 方法 说明 StringAdapter4. marshal(EntityMode value)voidJaxbHbmTuplizerType. setEntityMode(EntityMode value)Sets the value of the entityMode property. -
org.hibernate.boot.model.source.internal.hbm中EntityMode的使用
返回EntityMode的org.hibernate.boot.model.source.internal.hbm中的方法 修饰符和类型 方法 说明 protected EntityModeAbstractEntitySourceImpl. determineEntityMode()EntityModeEntityHierarchySourceImpl. getEntityMode()返回变量类型为EntityMode的类型的org.hibernate.boot.model.source.internal.hbm中的方法 修饰符和类型 方法 说明 Map<EntityMode,String>AbstractEntitySourceImpl. getTuplizerClassMap()Map<EntityMode,String>EmbeddableSourceImpl. getTuplizerClassMap()Map<EntityMode,String>EmbeddableSourceVirtualImpl. getTuplizerClassMap() -
org.hibernate.boot.model.source.spi中EntityMode的使用
返回EntityMode的org.hibernate.boot.model.source.spi中的方法 修饰符和类型 方法 说明 EntityModeEntityHierarchySource. getEntityMode()Obtain the entity mode for this entity.返回变量类型为EntityMode的类型的org.hibernate.boot.model.source.spi中的方法 修饰符和类型 方法 说明 Map<EntityMode,String>EmbeddableSource. getTuplizerClassMap()Map<EntityMode,String>EntitySource. getTuplizerClassMap()Obtain the named custom tuplizer classes to be used. -
org.hibernate.boot.spi中EntityMode的使用
返回EntityMode的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 EntityModeAbstractDelegatingSessionFactoryOptions. getDefaultEntityMode()EntityModeSessionFactoryOptions. getDefaultEntityMode()参数类型为EntityMode的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 TAbstractDelegatingSessionFactoryBuilder. applyDefaultEntityMode(EntityMode entityMode)TAbstractDelegatingSessionFactoryBuilder. applyEntityTuplizer(EntityMode entityMode, Class<? extends EntityTuplizer> tuplizerClass) -
org.hibernate.cfg中EntityMode的使用
返回EntityMode的org.hibernate.cfg中的方法 修饰符和类型 方法 说明 EntityModeSettings. getDefaultEntityMode()已过时。 -
org.hibernate.collection.internal中EntityMode的使用
参数类型为EntityMode的org.hibernate.collection.internal中的方法 修饰符和类型 方法 说明 protected SerializablePersistentSortedMap. snapshot(BasicCollectionPersister persister, EntityMode entityMode)protected SerializablePersistentSortedSet. snapshot(BasicCollectionPersister persister, EntityMode entityMode) -
org.hibernate.engine.internal中EntityMode的使用
参数类型为EntityMode的org.hibernate.engine.internal中的构造器 构造器 说明 AbstractEntityEntry(Status status, Object[] loadedState, Object rowId, Serializable id, Object version, LockMode lockMode, boolean existsInDatabase, EntityPersister persister, EntityMode entityMode, String tenantId, boolean disableVersionIncrement, PersistenceContext persistenceContext)已过时。the tenantId and entityMode parameters where removed: this constructor accepts but ignores them.ImmutableEntityEntry(Status status, Object[] loadedState, Object rowId, Serializable id, Object version, LockMode lockMode, boolean existsInDatabase, EntityPersister persister, EntityMode entityMode, String tenantId, boolean disableVersionIncrement, PersistenceContext persistenceContext)已过时。the tenantId and entityMode parameters where removed: this constructor accepts but ignores them.MutableEntityEntry(Status status, Object[] loadedState, Object rowId, Serializable id, Object version, LockMode lockMode, boolean existsInDatabase, EntityPersister persister, EntityMode entityMode, String tenantId, boolean disableVersionIncrement, PersistenceContext persistenceContext)已过时。the tenantId and entityMode parameters where removed: this constructor accepts but ignores them. -
org.hibernate.engine.spi中EntityMode的使用
参数类型为EntityMode的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 Serializable[]BatchFetchQueue. getEntityBatch(EntityPersister persister, Serializable id, int batchSize, EntityMode entityMode)Get a batch of unloaded identifiers for this class, using a slightly complex algorithm that tries to grab keys registered immediately after the given key.参数类型为EntityMode的org.hibernate.engine.spi中的构造器 构造器 说明 CollectionKey(CollectionPersister persister, Serializable key, EntityMode em)EntityUniqueKey(String entityName, String uniqueKeyName, Object semiResolvedKey, Type keyType, EntityMode entityMode, SessionFactoryImplementor factory)TypedValue(Type type, Object value, EntityMode entityMode)已过时。explicit entity mode support is deprecated -
org.hibernate.internal中EntityMode的使用
返回EntityMode的org.hibernate.internal中的方法 修饰符和类型 方法 说明 EntityModeStatelessSessionImpl. getEntityMode() -
org.hibernate.mapping中EntityMode的使用
参数类型为EntityMode的org.hibernate.mapping中的方法 修饰符和类型 方法 说明 voidComponent. addTuplizer(EntityMode entityMode, String implClassName)voidPersistentClass. addTuplizer(EntityMode entityMode, String implClassName)StringProperty. getAccessorPropertyName(EntityMode mode)StringComponent. getTuplizerImplClassName(EntityMode mode)StringPersistentClass. getTuplizerImplClassName(EntityMode mode)StringSubclass. getTuplizerImplClassName(EntityMode mode) -
org.hibernate.persister.entity中EntityMode的使用
返回EntityMode的org.hibernate.persister.entity中的方法 修饰符和类型 方法 说明 EntityModeAbstractEntityPersister. getEntityMode()EntityModeEntityPersister. getEntityMode() -
org.hibernate.property.access.internal中EntityMode的使用
参数类型为EntityMode的org.hibernate.property.access.internal中的方法 修饰符和类型 方法 说明 PropertyAccessStrategyPropertyAccessStrategyResolverStandardImpl. resolvePropertyAccessStrategy(Class containerClass, String explicitAccessStrategyName, EntityMode entityMode) -
org.hibernate.property.access.spi中EntityMode的使用
参数类型为EntityMode的org.hibernate.property.access.spi中的方法 修饰符和类型 方法 说明 PropertyAccessStrategyPropertyAccessStrategyResolver. resolvePropertyAccessStrategy(Class containerClass, String explicitAccessStrategyName, EntityMode entityMode)Resolve the PropertyAccessStrategy to use -
org.hibernate.tuple.component中EntityMode的使用
返回EntityMode的org.hibernate.tuple.component中的方法 修饰符和类型 方法 说明 EntityModeComponentMetamodel. getEntityMode()参数类型为EntityMode的org.hibernate.tuple.component中的方法 修饰符和类型 方法 说明 ComponentTuplizerComponentTuplizerFactory. constructDefaultTuplizer(EntityMode entityMode, Component metadata)Construct am instance of the default tuplizer for the given entity-mode.voidComponentTuplizerFactory. registerDefaultTuplizerClass(EntityMode entityMode, Class<? extends ComponentTuplizer> tuplizerClass)Method allowing registration of the tuplizer class to use as default for a particular entity-mode. -
org.hibernate.tuple.entity中EntityMode的使用
返回EntityMode的org.hibernate.tuple.entity中的方法 修饰符和类型 方法 说明 EntityModeDynamicMapEntityTuplizer. getEntityMode()EntityModeEntityMetamodel. getEntityMode()EntityModeEntityTuplizer. getEntityMode()Return the entity-mode handled by this tuplizer instance.EntityModePojoEntityTuplizer. getEntityMode()参数类型为EntityMode的org.hibernate.tuple.entity中的方法 修饰符和类型 方法 说明 EntityTuplizerEntityTuplizerFactory. constructDefaultTuplizer(EntityMode entityMode, EntityMetamodel metamodel, PersistentClass persistentClass)Construct an instance of the default tuplizer for the given entity-mode.voidEntityTuplizerFactory. registerDefaultTuplizerClass(EntityMode entityMode, Class<? extends EntityTuplizer> tuplizerClass)Method allowing registration of the tuplizer class to use as default for a particular entity-mode. -
org.hibernate.type中EntityMode的使用
声明为EntityMode的org.hibernate.type中的字段 修饰符和类型 字段 说明 protected EntityModeComponentType. entityMode返回EntityMode的org.hibernate.type中的方法 修饰符和类型 方法 说明 EntityModeComponentType. getEntityMode()参数类型为EntityMode的org.hibernate.type中的方法 修饰符和类型 方法 说明 ObjectComponentType. getPropertyValue(Object component, int i, EntityMode entityMode)Object[]AnyType. getPropertyValues(Object component, EntityMode entityMode)Object[]ComponentType. getPropertyValues(Object component, EntityMode entityMode)Object[]CompositeCustomType. getPropertyValues(Object component, EntityMode entityMode)Object[]CompositeType. getPropertyValues(Object component, EntityMode entityMode)Extract the values of the component properties from the given component instance without access to the session.ObjectComponentType. instantiate(EntityMode entityMode)This method does not populate the component parentvoidAnyType. setPropertyValues(Object component, Object[] values, EntityMode entityMode)voidComponentType. setPropertyValues(Object component, Object[] values, EntityMode entityMode)voidCompositeCustomType. setPropertyValues(Object component, Object[] values, EntityMode entityMode)voidCompositeType. setPropertyValues(Object component, Object[] values, EntityMode entityMode)Inject property values onto the given component instance
-