EclipseLink 2.0.0_ 2.0.0.v20090424-r4050 API Reference

javax.persistence.metamodel
Interface Bindable<T>

Type Parameters:
T - The type of the represented object or attribute
All Known Subinterfaces:
AbstractCollection<X,C,E>, Attribute<X,T>, Collection<X,E>, Embeddable<X>, Entity<X>, IdentifiableType<X>, List<X,E>, ManagedType<X>, Map<X,K,V>, MappedSuperclass<X>, Set<X,E>

public interface Bindable<T>

Instances of the type Bindable represent object or attribute types that can be bound into the from clause.


Nested Class Summary
static class Bindable.BindableType
           
 
Method Summary
 Bindable.BindableType getBindableType()
          Return the bindable type of the represented object.
 java.lang.Class<T> getJavaType()
          Return the Java type of the represented object.
 

Method Detail

getBindableType

Bindable.BindableType getBindableType()
Return the bindable type of the represented object.

Returns:
bindable type

getJavaType

java.lang.Class<T> getJavaType()
Return the Java type of the represented object.

Returns:
Java type

EclipseLink 2.0.0_ 2.0.0.v20090424-r4050 API Reference