Package org.hibernate.envers.boot.model
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
build()
Builds the specified binded class type.
-
-
-
Method Detail
-
build
T build()
Builds the specified binded class type.- Returns:
- instance of the bindable class type, never
null
-
-