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 java.util.List<UniqueConstraint>CollectionTable. uniqueConstraintprotected java.util.List<UniqueConstraint>JoinTable. uniqueConstraintprotected java.util.List<UniqueConstraint>SecondaryTable. uniqueConstraintprotected java.util.List<UniqueConstraint>Table. uniqueConstraintprotected java.util.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 java.util.List<UniqueConstraint>CollectionTable. getUniqueConstraint()Gets the value of the uniqueConstraint property.java.util.List<UniqueConstraint>JoinTable. getUniqueConstraint()Gets the value of the uniqueConstraint property.java.util.List<UniqueConstraint>SecondaryTable. getUniqueConstraint()Gets the value of the uniqueConstraint property.java.util.List<UniqueConstraint>Table. getUniqueConstraint()Gets the value of the uniqueConstraint property.java.util.List<UniqueConstraint>TableGenerator. getUniqueConstraint()Gets the value of the uniqueConstraint property.
-