Package | Description |
---|---|
org.hibernate.metamodel.model.domain | |
org.hibernate.metamodel.model.domain.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
BasicDomainType<J>
Hibernate extension to the JPA
BasicType contract. |
interface |
CollectionDomainType<C,E>
Descriptor for persistent collections.
|
interface |
EmbeddedDomainType<J>
Hibernate extension to the JPA
EntityType contract. |
interface |
EntityDomainType<J>
Extension to the JPA
EntityType contract |
interface |
IdentifiableDomainType<J>
Extension to the JPA
IdentifiableType contract |
interface |
ManagedDomainType<J> |
interface |
MappedSuperclassDomainType<J>
Extension of the JPA
MappedSuperclassType contract |
interface |
SimpleDomainType<J>
Describes any non-collection type
|
Modifier and Type | Interface and Description |
---|---|
interface |
BasicTypeDescriptor<J>
Hibernate extension to the JPA
BasicType descriptor |
interface |
DomainTypeDescriptor<J> |
interface |
EmbeddedTypeDescriptor<J>
Hibernate extension to the JPA
EmbeddableType descriptor |
interface |
EntityTypeDescriptor<J>
Hibernate extension to the JPA
EntityType descriptor |
interface |
IdentifiableTypeDescriptor<J>
Hibernate extension to the JPA
IdentifiableType descriptor |
interface |
ManagedTypeDescriptor<J>
Hibernate extension to the JPA
ManagedType descriptor |
interface |
MappedSuperclassTypeDescriptor<J>
Hibernate extension to the JPA
MappedSuperclassType descriptor |
interface |
SimpleTypeDescriptor<J> |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.