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. primaryKeyJoinColumn
protected List<PrimaryKeyJoinColumn>
OneToOne. primaryKeyJoinColumn
protected List<PrimaryKeyJoinColumn>
SecondaryTable. primaryKeyJoinColumn
Methods in org.hibernate.jpamodelgen.xml.jaxb that return PrimaryKeyJoinColumn Modifier and Type Method Description PrimaryKeyJoinColumn
ObjectFactory. createPrimaryKeyJoinColumn()
Create an instance ofPrimaryKeyJoinColumn
Methods 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.
-