Uses of Class
org.apache.openejb.jee.jpa.PrimaryKeyJoinColumn
-
Packages that use PrimaryKeyJoinColumn Package Description org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of PrimaryKeyJoinColumn in org.apache.openejb.jee.jpa
Fields in org.apache.openejb.jee.jpa 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.apache.openejb.jee.jpa that return PrimaryKeyJoinColumn Modifier and Type Method Description PrimaryKeyJoinColumnObjectFactory. createPrimaryKeyJoinColumn()Create an instance ofPrimaryKeyJoinColumnMethods in org.apache.openejb.jee.jpa 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.
-