Interface SimpleDomainType<J>
-
- All Superinterfaces:
DomainType<J>,Type<J>
- All Known Subinterfaces:
BasicDomainType<J>,BasicTypeDescriptor<J>,EmbeddedDomainType<J>,EmbeddedTypeDescriptor<J>,EntityDomainType<J>,EntityTypeDescriptor<J>,IdentifiableDomainType<J>,IdentifiableTypeDescriptor<J>,ManagedDomainType<J>,ManagedTypeDescriptor<J>,MappedSuperclassDomainType<J>,MappedSuperclassTypeDescriptor<J>,SimpleTypeDescriptor<J>
public interface SimpleDomainType<J> extends DomainType<J>
Describes any non-collection type
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Type
Type.PersistenceType
-
-
Method Summary
-
Methods inherited from interface org.hibernate.metamodel.model.domain.DomainType
getTypeName
-
Methods inherited from interface javax.persistence.metamodel.Type
getJavaType, getPersistenceType
-
-