类的使用
org.hibernate.type.CollectionType
-
使用CollectionType的程序包 程序包 说明 org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.spi org.hibernate.event.internal This package defines a default set of event listeners that implements the default behaviors of Hibernate.org.hibernate.hql.internal.ast.util org.hibernate.loader.plan.build.internal.returns Contains the internal implementations of the building blocks that make up a metamodel-driven LoadPlan. .org.hibernate.loader.plan.build.internal.spaces Contains the internal implementations of query spaces in a metamodel-driven LoadPlan.org.hibernate.loader.plan.spi Defines the SPI for the building blocks that make up a LoadPlan.org.hibernate.mapping This package defines the Hibernate configuration-time metamodel.org.hibernate.persister.collection This package abstracts the persistence mechanism for collections.org.hibernate.persister.walking.spi org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. -
-
org.hibernate.engine.internal中CollectionType的使用
参数类型为CollectionType的org.hibernate.engine.internal中的方法 修饰符和类型 方法 说明 static voidCollections. processReachableCollection(PersistentCollection collection, CollectionType type, Object entity, SessionImplementor session)Initialize the role of the collection. -
org.hibernate.engine.spi中CollectionType的使用
参数类型为CollectionType的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 static IteratorCascadingActions. getAllElementsIterator(EventSource session, CollectionType collectionType, Object collection)Given a collection, get an iterator of all its children, loading them from the database if necessary.IteratorCascadingAction. getCascadableChildrenIterator(EventSource session, CollectionType collectionType, Object collection)Given a collection, get an iterator of the children upon which the current cascading action should be visited.static IteratorCascadingActions. getLoadedElementsIterator(SharedSessionContractImplementor session, CollectionType collectionType, Object collection)Iterate just the elements of the collection that are already there. -
org.hibernate.event.internal中CollectionType的使用
参数类型为CollectionType的org.hibernate.event.internal中的方法 修饰符和类型 方法 说明 voidEvictVisitor. evictCollection(Object value, CollectionType type)ObjectOnLockVisitor. processCollection(Object collection, CollectionType type)ObjectOnReplicateVisitor. processCollection(Object collection, CollectionType type)protected voidProxyVisitor. reattachCollection(PersistentCollection collection, CollectionType type)Reattach a detached (disassociated) initialized or uninitialized collection wrapper, using a snapshot carried with the collection wrapper -
org.hibernate.hql.internal.ast.util中CollectionType的使用
参数类型为CollectionType的org.hibernate.hql.internal.ast.util中的方法 修饰符和类型 方法 说明 StringSessionFactoryHelper. getAssociatedEntityName(CollectionType collectionType)Given a collection type, determine the entity name of the elements contained within instance of that collection.AssociationTypeSessionFactoryHelper. getElementAssociationType(CollectionType collectionType)Essentially the same asSessionFactoryHelper.getElementType(org.hibernate.type.CollectionType), but requiring that the element type be an association type. -
org.hibernate.loader.plan.build.internal.returns中CollectionType的使用
返回CollectionType的org.hibernate.loader.plan.build.internal.returns中的方法 修饰符和类型 方法 说明 CollectionTypeCollectionAttributeFetchImpl. getFetchedType() -
org.hibernate.loader.plan.build.internal.spaces中CollectionType的使用
参数类型为CollectionType的org.hibernate.loader.plan.build.internal.spaces中的方法 修饰符和类型 方法 说明 JoinDefinedByMetadataJoinHelper. createCollectionJoin(QuerySpace leftHandSide, String lhsPropertyName, CollectionQuerySpace rightHandSide, boolean rightHandSideRequired, CollectionType joinedPropertyType, SessionFactoryImplementor sessionFactory) -
org.hibernate.loader.plan.spi中CollectionType的使用
返回CollectionType的org.hibernate.loader.plan.spi中的方法 修饰符和类型 方法 说明 CollectionTypeCollectionAttributeFetch. getFetchedType()Get the Hibernate Type that describes the fetched attribute as aCollectionType. -
org.hibernate.mapping中CollectionType的使用
返回CollectionType的org.hibernate.mapping中的方法 修饰符和类型 方法 说明 CollectionTypeCollection. getCollectionType()CollectionTypeArray. getDefaultCollectionType()CollectionTypeBag. getDefaultCollectionType()abstract CollectionTypeCollection. getDefaultCollectionType()CollectionTypeIdentifierBag. getDefaultCollectionType()CollectionTypeList. getDefaultCollectionType()CollectionTypeMap. getDefaultCollectionType()CollectionTypeSet. getDefaultCollectionType() -
org.hibernate.persister.collection中CollectionType的使用
返回CollectionType的org.hibernate.persister.collection中的方法 修饰符和类型 方法 说明 CollectionTypeAbstractCollectionPersister. getCollectionType()CollectionTypeCollectionPersister. getCollectionType()Get the associated Type -
org.hibernate.persister.walking.spi中CollectionType的使用
返回CollectionType的org.hibernate.persister.walking.spi中的方法 修饰符和类型 方法 说明 CollectionTypeCollectionDefinition. getCollectionType() -
org.hibernate.type中CollectionType的使用
org.hibernate.type中CollectionType的子类 修饰符和类型 类 说明 classArrayTypeA type for persistent arrays.classBagTypeclassCustomCollectionTypeA custom type for mapping user-written classes that implement PersistentCollectionclassIdentifierBagTypeclassListTypeclassMapTypeclassOrderedMapTypeA specialization of the map type, with (resultset-based) ordering.classOrderedSetTypeA specialization of the set type, with (resultset-based) ordering.classSetTypeclassSortedMapTypeclassSortedSetType返回CollectionType的org.hibernate.type中的方法 修饰符和类型 方法 说明 CollectionTypeTypeFactory. array(String role, String propertyRef, Class elementClass)已过时。CollectionTypeTypeFactory. bag(String role, String propertyRef)已过时。CollectionTypeTypeFactory. customCollection(String typeName, Properties typeParameters, String role, String propertyRef)已过时。CollectionTypeTypeFactory. idbag(String role, String propertyRef)已过时。CollectionTypeTypeFactory. list(String role, String propertyRef)已过时。CollectionTypeTypeFactory. map(String role, String propertyRef)已过时。CollectionTypeTypeFactory. orderedMap(String role, String propertyRef)已过时。CollectionTypeTypeFactory. orderedSet(String role, String propertyRef)已过时。CollectionTypeTypeFactory. set(String role, String propertyRef)已过时。CollectionTypeTypeFactory. sortedMap(String role, String propertyRef, Comparator comparator)已过时。CollectionTypeTypeFactory. sortedSet(String role, String propertyRef, Comparator comparator)已过时。
-