Internal Website Search
11-20 of 200 resultsRefreshisAssociation()">Attribute" title="Interface in javax.persistence.metamodel">javax.persistence.metamodel.Attributeboolean isAssociation() Is the attribute an association. Returns: boolean indicating | |
isCollection()">Attribute" title="Interface in javax.persistence.metamodel">javax.persistence.metamodel.Attributeboolean isCollection() Is the attribute collection-valued (represents a Collection, Set, List, or Map). | |
fetch(attribute); attribute) Create a fetch join to the specified single-valued attribute using an inner join. Parameters: attribute - target of the join Returns: | |
fetch(attribute); attribute) Create a fetch join to the specified collection-valued attribute using an inner join. Parameters: attribute - target of the join Returns: | |
fetch(attribute, jt); attribute, attribute using the given join type. Parameters: attribute - target of the join jt | |
Attribute.PersistentAttributeType.ELEMENT_COLLECTION Enum Constant Attribute_PersistentAttributeType" title="Enum in javax.persistence.metamodel.Attribute">javax.persistence.metamodel.Attribute.PersistentAttributeType | |
join(attribute, jt);attribute, attribute using the given join type. Parameters: attribute - target of the join jt - join type | |
join(attribute);attribute) Create an inner join to the specified single-valued attribute. Parameters: attribute - target | |
fetch(attribute, jt); attribute, attribute using the given join type. Parameters: attribute - target of the join jt - join | |
Attribute.PersistentAttributeType.MANY_TO_ONE Enum Constant Attribute_PersistentAttributeType" title="Enum in javax.persistence.metamodel.Attribute">javax.persistence.metamodel.Attribute.PersistentAttributeType |