Package javax.persistence.metamodel
Interface Bindable<T>
-
- All Known Subinterfaces:
CollectionAttribute<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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBindable.BindableType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<T>getBindableJavaType()Bindable.BindableTypegetBindableType()
-
-
-
Method Detail
-
getBindableType
Bindable.BindableType getBindableType()
-
getBindableJavaType
java.lang.Class<T> getBindableJavaType()
-
-