Interface Bindable<T>
- All Known Subinterfaces:
Attribute, Identifier, PluralAttribute, SingularAttribute
- All Known Implementing Classes:
AbstractIdentifier, BasicAttribute, Column, CompositeIdentifier, DiscriminatorType, Formula, Join, Key, ManyToOneAttribute, Selection, SetAttribute, SimpleIdentifier, TypeSpecification
public interface Bindable<T>
Defines a contract for objects that are bindable.
-
Method Summary
-
Method Details
-
build
T build()Builds the specified binded class type.- Returns:
- instance of the bindable class type, never
null
-