程序包的使用
org.hibernate.engine.internal
-
使用org.hibernate.engine.internal的程序包 程序包 说明 org.hibernate.action.internal Internals for action processing.org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.hql.internal org.hibernate.hql.internal.ast An ANTLR-based parser for Hibernate Query Language.org.hibernate.hql.internal.ast.tree org.hibernate.hql.internal.ast.util org.hibernate.hql.internal.classic This package contains the Hibernate 2.x query parser which is being end-of-lifed.org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. -
org.hibernate.action.internal使用的org.hibernate.engine.internal中的类 类 说明 NonNullableTransientDependencies Tracks non-nullable transient entities that would cause a particular entity insert to fail. -
org.hibernate.engine.internal使用的org.hibernate.engine.internal中的类 类 说明 AbstractEntityEntry A base implementation of EntityEntryAbstractEntityEntry.BooleanState Represents a boolean flag stored within a number value, using one bit at a specified offset.AbstractEntityEntry.EnumState Represents an enum value stored within a number value, using four bits starting at a specified offset.CascadePoint Describes the point at which a cascade is occurringEntityEntryContext Defines a context for maintaining the relation between an entity associated with the Session ultimately owning this EntityEntryContext instance and that entity's corresponding EntityEntry. 2 approaches are supported: the entity->EntityEntry association is maintained in a Map within this class the EntityEntry is injected into the entity via it implementing theManagedEntitycontract, either directly or through bytecode enhancement.ImmutableEntityEntryFactory Factory for the safe approach implementation ofEntityEntry.JoinSequence A sequence ofJoinSequence.Joindelegates to make it "easier" to work with joins.JoinSequence.Join Represents a joinJoinSequence.Selector A subclass join selectorMutableEntityEntryFactory Factory for the safe approach implementation ofEntityEntry.NonNullableTransientDependencies Tracks non-nullable transient entities that would cause a particular entity insert to fail.Nullability.NullabilityCheckType ParameterBinder.NamedParameterSource Helper contract for dealing with named parameters and resolving their locationsStatefulPersistenceContext A stateful implementation of thePersistenceContextcontract meaning that we maintain this state throughout the life of the persistence context. -
org.hibernate.hql.internal使用的org.hibernate.engine.internal中的类 类 说明 JoinSequence A sequence ofJoinSequence.Joindelegates to make it "easier" to work with joins. -
org.hibernate.hql.internal.ast使用的org.hibernate.engine.internal中的类 类 说明 ParameterBinder.NamedParameterSource Helper contract for dealing with named parameters and resolving their locations -
org.hibernate.hql.internal.ast.tree使用的org.hibernate.engine.internal中的类 类 说明 JoinSequence A sequence ofJoinSequence.Joindelegates to make it "easier" to work with joins. -
org.hibernate.hql.internal.ast.util使用的org.hibernate.engine.internal中的类 类 说明 JoinSequence A sequence ofJoinSequence.Joindelegates to make it "easier" to work with joins. -
org.hibernate.hql.internal.classic使用的org.hibernate.engine.internal中的类 类 说明 JoinSequence A sequence ofJoinSequence.Joindelegates to make it "easier" to work with joins. -
org.hibernate.type使用的org.hibernate.engine.internal中的类 类 说明 CascadePoint Describes the point at which a cascade is occurring