接口 CollectionDomainType<C,E>
-
- 所有超级接口:
DomainType<C>,javax.persistence.metamodel.Type<C>
public interface CollectionDomainType<C,E> extends DomainType<C>
Descriptor for persistent collections. This includes mapping information, so it is specific to each usage (attribute). JPA has no construct as a type for collections- 作者:
- Steve Ebersole
-
-
嵌套类概要
嵌套类 修饰符和类型 接口 说明 static interfaceCollectionDomainType.Element<E>
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 CollectionDomainType.Element<E>getElementDescriptor()-
从接口继承的方法 org.hibernate.metamodel.model.domain.DomainType
getTypeName
-
-
-
-
方法详细资料
-
getElementDescriptor
CollectionDomainType.Element<E> getElementDescriptor()
-
-