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. uniqueConstraintprotected List<UniqueConstraint>JoinTable. uniqueConstraintprotected List<UniqueConstraint>SecondaryTable. uniqueConstraintprotected List<UniqueConstraint>Table. uniqueConstraintprotected List<UniqueConstraint>TableGenerator. uniqueConstraintMethods in org.hibernate.jpamodelgen.xml.jaxb that return UniqueConstraint Modifier and Type Method Description UniqueConstraintObjectFactory. createUniqueConstraint()Create an instance ofUniqueConstraintMethods 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.
-