Package | Description |
---|---|
javax.persistence.metamodel |
Jakarta Persistence Metamodel API
|
org.hibernate.metamodel.internal | |
org.hibernate.query.criteria.internal.path |
Modifier and Type | Method and Description |
---|---|
Bindable.BindableType |
Bindable.getBindableType()
Return the bindable type of the represented object.
|
static Bindable.BindableType |
Bindable.BindableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bindable.BindableType[] |
Bindable.BindableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Bindable.BindableType |
EntityTypeImpl.getBindableType() |
Bindable.BindableType |
PluralAttributeImpl.getBindableType() |
Bindable.BindableType |
SingularAttributeImpl.getBindableType() |
Modifier and Type | Method and Description |
---|---|
Bindable.BindableType |
MapKeyHelpers.MapKeyAttribute.getBindableType() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.