Uses of Interface
org.hibernate.envers.boot.model.PluralAttribute
-
Packages that use PluralAttribute Package Description org.hibernate.envers.boot.model -
-
Uses of PluralAttribute in org.hibernate.envers.boot.model
Classes in org.hibernate.envers.boot.model that implement PluralAttribute Modifier and Type Class Description class
ManyToOneAttribute
Represents a plural attribute mapping of amany-to-one
orkey-many-to-one
.class
SetAttribute
A plural attribute that represents aset
.
-