T - The type of the represented object or attributeCollectionAttribute<X,E>, EntityType<X>, ListAttribute<X,E>, MapAttribute<X,K,V>, PluralAttribute<X,C,E>, SetAttribute<X,E>, SingularAttribute<X,T>public interface Bindable<T>
Bindable represent object or attribute types
that can be bound into a Path.| Modifier and Type | Interface | Description |
|---|---|---|
static class |
Bindable.BindableType |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Class<T> |
getBindableJavaType() |
Return the Java type of the represented object.
|
Bindable.BindableType |
getBindableType() |
Return the bindable type of the represented object.
|
Bindable.BindableType getBindableType()
java.lang.Class<T> getBindableJavaType()
PLURAL_ATTRIBUTE,
the Java element type is returned. If the bindable type is
SINGULAR_ATTRIBUTE or ENTITY_TYPE,
the Java type of the
represented entity or attribute is returned.Copyright © 2018. All rights reserved.