接口的使用
org.hibernate.persister.walking.spi.CompositeCollectionElementDefinition
-
使用CompositeCollectionElementDefinition的程序包 程序包 说明 org.hibernate.persister.walking.internal org.hibernate.persister.walking.spi -
-
org.hibernate.persister.walking.internal中CompositeCollectionElementDefinition的使用
参数类型为CompositeCollectionElementDefinition的org.hibernate.persister.walking.internal中的方法 修饰符和类型 方法 说明 static Iterable<AttributeDefinition>CompositionSingularSubAttributesHelper. getCompositeCollectionElementSubAttributes(CompositeCollectionElementDefinition compositionElementDefinition)Get sub-attribute definitions for a composite collection element.static Iterable<AttributeDefinition>CompositionSingularSubAttributesHelper. getCompositeCollectionIndexSubAttributes(CompositeCollectionElementDefinition compositionElementDefinition) -
org.hibernate.persister.walking.spi中CompositeCollectionElementDefinition的使用
返回CompositeCollectionElementDefinition的org.hibernate.persister.walking.spi中的方法 修饰符和类型 方法 说明 CompositeCollectionElementDefinitionCollectionElementDefinition. toCompositeElementDefinition()If the element type returned byCollectionElementDefinition.getType()is aCompositeType, then the composite element definition for the collection element is returned; otherwise, IllegalStateException is thrown.
-