Uses of Class
org.apache.openejb.jee.jpa.JoinColumn
-
Packages that use JoinColumn Package Description org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of JoinColumn in org.apache.openejb.jee.jpa
Fields in org.apache.openejb.jee.jpa with type parameters of type JoinColumn Modifier and Type Field Description protected List<JoinColumn>JoinTable. inverseJoinColumnprotected List<JoinColumn>AssociationOverride. joinColumnprotected List<JoinColumn>CollectionTable. joinColumnprotected List<JoinColumn>JoinTable. joinColumnprotected List<JoinColumn>ManyToOne. joinColumnprotected List<JoinColumn>OneToMany. joinColumnprotected List<JoinColumn>OneToOne. joinColumnMethods in org.apache.openejb.jee.jpa that return JoinColumn Modifier and Type Method Description JoinColumnObjectFactory. createJoinColumn()Create an instance ofJoinColumnMethods in org.apache.openejb.jee.jpa that return types with arguments of type JoinColumn Modifier and Type Method Description List<JoinColumn>JoinTable. getInverseJoinColumn()Gets the value of the inverseJoinColumn property.List<JoinColumn>AssociationOverride. getJoinColumn()Gets the value of the joinColumn property.List<JoinColumn>CollectionTable. getJoinColumn()Gets the value of the joinColumn property.List<JoinColumn>JoinTable. getJoinColumn()Gets the value of the joinColumn property.List<JoinColumn>ManyToMany. getJoinColumn()List<JoinColumn>ManyToOne. getJoinColumn()Gets the value of the joinColumn property.List<JoinColumn>OneToMany. getJoinColumn()Gets the value of the joinColumn property.List<JoinColumn>OneToOne. getJoinColumn()Gets the value of the joinColumn property.List<JoinColumn>RelationField. getJoinColumn()
-