接口的使用
org.hibernate.metamodel.model.domain.SimpleDomainType
-
使用SimpleDomainType的程序包 程序包 说明 org.hibernate.metamodel.model.domain org.hibernate.metamodel.model.domain.internal org.hibernate.metamodel.model.domain.spi -
-
org.hibernate.metamodel.model.domain中SimpleDomainType的使用
org.hibernate.metamodel.model.domain中SimpleDomainType的子接口 修饰符和类型 接口 说明 interfaceBasicDomainType<J>Hibernate extension to the JPABasicTypecontract.interfaceEmbeddedDomainType<J>Hibernate extension to the JPAEntityTypecontract.interfaceEntityDomainType<J>Extension to the JPAEntityTypecontractinterfaceIdentifiableDomainType<J>Extension to the JPAIdentifiableTypecontractinterfaceManagedDomainType<J>interfaceMappedSuperclassDomainType<J>Extension of the JPAMappedSuperclassTypecontract返回SimpleDomainType的org.hibernate.metamodel.model.domain中的方法 修饰符和类型 方法 说明 SimpleDomainType<?>PersistentAttribute. getKeyGraphType()SimpleDomainType<?>PersistentAttribute. getValueGraphType() -
org.hibernate.metamodel.model.domain.internal中SimpleDomainType的使用
实现SimpleDomainType的org.hibernate.metamodel.model.domain.internal中的类 修饰符和类型 类 说明 classAbstractIdentifiableType<J>Defines commonality for the JPAIdentifiableTypetypes.classAbstractManagedType<J>Defines commonality for the JPAManagedTypehierarchy of interfaces.classBasicTypeImpl<J>classEmbeddableTypeImpl<J>Standard Hibernate implementation of JPA'sEmbeddableTypecontractclassEntityTypeImpl<J>Defines the Hibernate implementation of the JPAEntityTypecontract.classMappedSuperclassTypeImpl<X> -
org.hibernate.metamodel.model.domain.spi中SimpleDomainType的使用
org.hibernate.metamodel.model.domain.spi中SimpleDomainType的子接口 修饰符和类型 接口 说明 interfaceBasicTypeDescriptor<J>Hibernate extension to the JPABasicTypedescriptorinterfaceEmbeddedTypeDescriptor<J>Hibernate extension to the JPAEmbeddableTypedescriptorinterfaceEntityTypeDescriptor<J>Hibernate extension to the JPAEntityTypedescriptorinterfaceIdentifiableTypeDescriptor<J>Hibernate extension to the JPAIdentifiableTypedescriptorinterfaceManagedTypeDescriptor<J>Hibernate extension to the JPAManagedTypedescriptorinterfaceMappedSuperclassTypeDescriptor<J>Hibernate extension to the JPAMappedSuperclassTypedescriptorinterfaceSimpleTypeDescriptor<J>
-