Uses of Enum Class
jakarta.persistence.metamodel.Bindable.BindableType
Packages that use Bindable.BindableType
Package
Description
Jakarta Persistence Metamodel API
Implementation of the SPI for the runtime domain metamodel.
Package for the SQM-backed Query implementation details
Nodes representing path expressions in the SQM tree.
-
Uses of Bindable.BindableType in jakarta.persistence.metamodel
Methods in jakarta.persistence.metamodel that return Bindable.BindableTypeModifier and TypeMethodDescriptionBindable.getBindableType()Return the bindable type of the represented object.static Bindable.BindableTypeReturns the enum constant of this class with the specified name.static Bindable.BindableType[]Bindable.BindableType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Bindable.BindableType in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal that return Bindable.BindableTypeModifier and TypeMethodDescriptionAbstractPluralAttribute.getBindableType()AbstractSqmPathSource.getBindableType()EmbeddableTypeImpl.getBindableType()EntityTypeImpl.getBindableType()MappedSuperclassTypeImpl.getBindableType()SingularAttributeImpl.getBindableType()Constructors in org.hibernate.metamodel.model.domain.internal with parameters of type Bindable.BindableTypeModifierConstructorDescriptionAbstractSqmPathSource(String localPathName, SqmPathSource<J> pathModel, DomainType<J> domainType, Bindable.BindableType jpaBindableType) AnyDiscriminatorSqmPathSource(String localPathName, SqmPathSource<D> pathModel, SimpleDomainType<D> domainType, Bindable.BindableType jpaBindableType) AnyMappingSqmPathSource(String localPathName, SqmPathSource<J> pathModel, AnyMappingDomainType<J> domainType, Bindable.BindableType jpaBindableType) BasicSqmPathSource(String localPathName, SqmPathSource<J> pathModel, BasicDomainType<J> domainType, JavaType<?> relationalJavaType, Bindable.BindableType jpaBindableType, boolean isGeneric) EmbeddedSqmPathSource(String localPathName, SqmPathSource<J> pathModel, EmbeddableDomainType<J> domainType, Bindable.BindableType jpaBindableType, boolean isGeneric) EntitySqmPathSource(String localPathName, SqmPathSource<J> pathModel, EntityDomainType<J> domainType, Bindable.BindableType jpaBindableType, boolean isGeneric) MappedSuperclassSqmPathSource(String localPathName, SqmPathSource<J> pathModel, MappedSuperclassDomainType<J> domainType, Bindable.BindableType jpaBindableType, boolean isGeneric) NonAggregatedCompositeSqmPathSource(String localName, SqmPathSource<J> pathModel, Bindable.BindableType bindableType, ManagedDomainType<J> container) -
Uses of Bindable.BindableType in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return Bindable.BindableTypeModifier and TypeMethodDescriptionAnonymousTupleSimpleSqmPathSource.getBindableType()AnonymousTupleSqmPathSource.getBindableType()AnonymousTupleType.getBindableType()Constructors in org.hibernate.query.derived with parameters of type Bindable.BindableTypeModifierConstructorDescriptionAnonymousTupleSimpleSqmPathSource(String localPathName, DomainType<J> domainType, Bindable.BindableType jpaBindableType) -
Uses of Bindable.BindableType in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type Bindable.BindableTypeModifier and TypeMethodDescriptionstatic <J> SqmPathSource<J>SqmMappingModelHelper.resolveSqmKeyPathSource(DomainType<J> valueDomainType, Bindable.BindableType jpaBindableType, boolean isGeneric) static <J> SqmPathSource<J>SqmMappingModelHelper.resolveSqmPathSource(String name, DomainType<J> valueDomainType, Bindable.BindableType jpaBindableType, boolean isGeneric) static <J> SqmPathSource<J>SqmMappingModelHelper.resolveSqmPathSource(String name, SqmPathSource<J> pathModel, DomainType<J> valueDomainType, JavaType<?> relationalJavaType, Bindable.BindableType jpaBindableType, boolean isGeneric) -
Uses of Bindable.BindableType in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return Bindable.BindableType