Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbUniqueConstraint
-
Packages that use JaxbUniqueConstraint Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbUniqueConstraint in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbUniqueConstraint Modifier and Type Field Description protected List<JaxbUniqueConstraint>JaxbCollectionTable. uniqueConstraintprotected List<JaxbUniqueConstraint>JaxbJoinTable. uniqueConstraintprotected List<JaxbUniqueConstraint>JaxbSecondaryTable. uniqueConstraintprotected List<JaxbUniqueConstraint>JaxbTable. uniqueConstraintprotected List<JaxbUniqueConstraint>JaxbTableGenerator. uniqueConstraintMethods in org.hibernate.boot.jaxb.mapping that return JaxbUniqueConstraint Modifier and Type Method Description JaxbUniqueConstraintObjectFactory. createJaxbUniqueConstraint()Create an instance ofJaxbUniqueConstraintMethods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbUniqueConstraint Modifier and Type Method Description List<JaxbUniqueConstraint>JaxbCollectionTable. getUniqueConstraint()Gets the value of the uniqueConstraint property.List<JaxbUniqueConstraint>JaxbJoinTable. getUniqueConstraint()Gets the value of the uniqueConstraint property.List<JaxbUniqueConstraint>JaxbSecondaryTable. getUniqueConstraint()Gets the value of the uniqueConstraint property.List<JaxbUniqueConstraint>JaxbTable. getUniqueConstraint()Gets the value of the uniqueConstraint property.List<JaxbUniqueConstraint>JaxbTableGenerator. getUniqueConstraint()Gets the value of the uniqueConstraint property.
-