Interface EmbeddableDomainType<J>
- All Superinterfaces:
Bindable<J>,BindableType<J>,DomainType<J>,EmbeddableType<J>,ManagedDomainType<J>,ManagedType<J>,SqmExpressible<J>,SqmExpressibleAccessor<J>,SqmPathSource<J>,TreatableDomainType<J>,Type<J>
- All Known Subinterfaces:
EmbeddedDomainType<J>
- All Known Implementing Classes:
EmbeddableTypeImpl
public interface EmbeddableDomainType<J>
extends TreatableDomainType<J>, EmbeddableType<J>, SqmExpressible<J>
Hibernate extension to the JPA
EmbeddableType contract.- Author:
- Steve Ebersole
-
Nested Class Summary
Nested classes/interfaces inherited from interface jakarta.persistence.metamodel.Bindable
Bindable.BindableTypeNested classes/interfaces inherited from interface jakarta.persistence.metamodel.Type
Type.PersistenceType -
Method Summary
Modifier and TypeMethodDescriptiondefault EmbeddableDomainType<J>Collection<? extends EmbeddableDomainType<? extends J>>default booleanMethods inherited from interface jakarta.persistence.metamodel.Bindable
getBindableJavaType, getBindableTypeMethods inherited from interface org.hibernate.query.BindableType
getBindableJavaTypeMethods inherited from interface org.hibernate.metamodel.model.domain.DomainType
getTupleLengthMethods inherited from interface org.hibernate.metamodel.model.domain.ManagedDomainType
addSubType, findAttribute, findAttributeInSuperTypes, findConcreteGenericAttribute, findDeclaredAttribute, findDeclaredConcreteGenericAttribute, findDeclaredPluralAttribute, findDeclaredSingularAttribute, findPluralAttribute, findSingularAttribute, findSubTypesAttribute, getAttribute, getDeclaredAttribute, getRepresentationMode, getSuperType, getTypeName, visitAttributes, visitDeclaredAttributesMethods inherited from interface jakarta.persistence.metamodel.ManagedType
getAttributes, getCollection, getCollection, getDeclaredAttributes, getDeclaredCollection, getDeclaredCollection, getDeclaredList, getDeclaredList, getDeclaredMap, getDeclaredMap, getDeclaredPluralAttributes, getDeclaredSet, getDeclaredSet, getDeclaredSingularAttribute, getDeclaredSingularAttribute, getDeclaredSingularAttributes, getList, getList, getMap, getMap, getPluralAttributes, getSet, getSet, getSingularAttribute, getSingularAttribute, getSingularAttributesMethods inherited from interface org.hibernate.query.sqm.SqmExpressible
getExpressibleJavaType, getRelationalJavaType, isInstance, resolveExpressibleMethods inherited from interface org.hibernate.query.sqm.tree.SqmExpressibleAccessor
getNodeJavaTypeMethods inherited from interface org.hibernate.query.sqm.SqmPathSource
createSqmPath, findSubPathSource, findSubPathSource, getExpressible, getIntermediatePathSource, getPathName, getSqmPathType, getSubPathSource, getSubPathSource, isGenericMethods inherited from interface jakarta.persistence.metamodel.Type
getJavaType, getPersistenceType
-
Method Details
-
getSqmType
- Specified by:
getSqmTypein interfaceDomainType<J>- Specified by:
getSqmTypein interfaceSqmExpressible<J>- Specified by:
getSqmTypein interfaceSqmPathSource<J>- Specified by:
getSqmTypein interfaceTreatableDomainType<J>
-
getSubTypes
Collection<? extends EmbeddableDomainType<? extends J>> getSubTypes()- Specified by:
getSubTypesin interfaceManagedDomainType<J>
-
isPolymorphic
default boolean isPolymorphic()
-