Uses of Interface
org.hibernate.metamodel.model.domain.DomainType
-
Packages that use DomainType Package Description org.hibernate.metamodel.model.domain org.hibernate.metamodel.model.domain.spi -
-
Uses of DomainType in org.hibernate.metamodel.model.domain
Subinterfaces of DomainType in org.hibernate.metamodel.model.domain Modifier and Type Interface Description interface
BasicDomainType<J>
Hibernate extension to the JPABasicType
contract.interface
CollectionDomainType<C,E>
Descriptor for persistent collections.interface
EmbeddedDomainType<J>
Hibernate extension to the JPAEntityType
contract.interface
EntityDomainType<J>
Extension to the JPAEntityType
contractinterface
IdentifiableDomainType<J>
Extension to the JPAIdentifiableType
contractinterface
ManagedDomainType<J>
interface
MappedSuperclassDomainType<J>
Extension of the JPAMappedSuperclassType
contractinterface
SimpleDomainType<J>
Describes any non-collection type -
Uses of DomainType in org.hibernate.metamodel.model.domain.spi
Subinterfaces of DomainType in org.hibernate.metamodel.model.domain.spi Modifier and Type Interface Description interface
BasicTypeDescriptor<J>
Hibernate extension to the JPABasicType
descriptorinterface
DomainTypeDescriptor<J>
interface
EmbeddedTypeDescriptor<J>
Hibernate extension to the JPAEmbeddableType
descriptorinterface
EntityTypeDescriptor<J>
Hibernate extension to the JPAEntityType
descriptorinterface
IdentifiableTypeDescriptor<J>
Hibernate extension to the JPAIdentifiableType
descriptorinterface
ManagedTypeDescriptor<J>
Hibernate extension to the JPAManagedType
descriptorinterface
MappedSuperclassTypeDescriptor<J>
Hibernate extension to the JPAMappedSuperclassType
descriptorinterface
SimpleTypeDescriptor<J>
-