Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.UniqueConstraint
-
Packages that use UniqueConstraint Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of UniqueConstraint in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type UniqueConstraint Modifier and Type Field Description protected List<UniqueConstraint>
CollectionTable. uniqueConstraint
protected List<UniqueConstraint>
JoinTable. uniqueConstraint
protected List<UniqueConstraint>
SecondaryTable. uniqueConstraint
protected List<UniqueConstraint>
Table. uniqueConstraint
protected List<UniqueConstraint>
TableGenerator. uniqueConstraint
Methods in org.hibernate.jpamodelgen.xml.jaxb that return UniqueConstraint Modifier and Type Method Description UniqueConstraint
ObjectFactory. createUniqueConstraint()
Create an instance ofUniqueConstraint
Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type UniqueConstraint Modifier and Type Method Description List<UniqueConstraint>
CollectionTable. getUniqueConstraint()
Gets the value of the uniqueConstraint property.List<UniqueConstraint>
JoinTable. getUniqueConstraint()
Gets the value of the uniqueConstraint property.List<UniqueConstraint>
SecondaryTable. getUniqueConstraint()
Gets the value of the uniqueConstraint property.List<UniqueConstraint>
Table. getUniqueConstraint()
Gets the value of the uniqueConstraint property.List<UniqueConstraint>
TableGenerator. getUniqueConstraint()
Gets the value of the uniqueConstraint property.
-