|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The type of the represented object or attributepublic interface Bindable<T>
Instances of the type Bindable
represent object or attribute types that can be bound into a Path
.
Nested Class Summary | |
---|---|
static class |
Bindable.BindableType |
Method Summary | |
---|---|
java.lang.Class<T> |
getBindableJavaType() Return the Java type of the represented object. |
Bindable.BindableType |
getBindableType() Return the bindable type of the represented object. |
Method Detail |
---|
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.
|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |