接口 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