Uses of Interface
org.hibernate.envers.boot.model.Bindable
Packages that use Bindable
-
Uses of Bindable in org.hibernate.envers.boot.model
Subinterfaces of Bindable in org.hibernate.envers.boot.modelModifier and TypeInterfaceDescriptioninterface
Contract for a mapping attribute.interface
Common contract for an identifier.interface
Contract for an attribute that represents multiple values.interface
Contract for an attribute that represents a singular value.Classes in org.hibernate.envers.boot.model that implement BindableModifier and TypeClassDescriptionclass
Base abstract implementation ofIdentifier
.class
Contract for a basic, singular attribute.class
An implementation ofSelection
that represents a logical column.class
Represents an identifier based on acomposite-id
mapping.class
Contract for a persistent entity discriminator type.class
An implementation ofSelection
that represents a formula.class
Contract that represents a secondary table join that is part of an entity hierarchy.class
Contract for declaring a column name of a foreign key.class
Represents a plural attribute mapping of amany-to-one
orkey-many-to-one
.class
Selection<T>
A contract for a selection, can be a column or a formula.class
A plural attribute that represents aset
.class
Represents a simple identifier mapping.class
Contract for a type specification mapping.