Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
-
Packages that use PrimaryKeyJoinColumn Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of PrimaryKeyJoinColumn in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type PrimaryKeyJoinColumn Modifier and Type Field Description protected List<PrimaryKeyJoinColumn>Entity. primaryKeyJoinColumnprotected List<PrimaryKeyJoinColumn>OneToOne. primaryKeyJoinColumnprotected List<PrimaryKeyJoinColumn>SecondaryTable. primaryKeyJoinColumnMethods in org.hibernate.jpamodelgen.xml.jaxb that return PrimaryKeyJoinColumn Modifier and Type Method Description PrimaryKeyJoinColumnObjectFactory. createPrimaryKeyJoinColumn()Create an instance ofPrimaryKeyJoinColumnMethods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type PrimaryKeyJoinColumn Modifier and Type Method Description List<PrimaryKeyJoinColumn>Entity. getPrimaryKeyJoinColumn()Gets the value of the primaryKeyJoinColumn property.List<PrimaryKeyJoinColumn>OneToOne. getPrimaryKeyJoinColumn()Gets the value of the primaryKeyJoinColumn property.List<PrimaryKeyJoinColumn>SecondaryTable. getPrimaryKeyJoinColumn()Gets the value of the primaryKeyJoinColumn property.
-