|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyPath | |
---|---|
org.hibernate.loader | This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects. |
org.hibernate.loader.collection | This package defines collection initializers |
org.hibernate.loader.criteria | This package defines the criteria query compiler and loader |
org.hibernate.loader.entity | This package defines entity loaders |
Uses of PropertyPath in org.hibernate.loader |
---|
Methods in org.hibernate.loader that return PropertyPath | |
---|---|
PropertyPath |
PropertyPath.append(String property)
|
PropertyPath |
PropertyPath.getParent()
|
PropertyPath |
OuterJoinableAssociation.getPropertyPath()
|
Methods in org.hibernate.loader with parameters of type PropertyPath | |
---|---|
protected String |
JoinWalker.generateTableAlias(int n,
PropertyPath path,
Joinable joinable)
|
protected JoinType |
JoinWalker.getJoinType(AssociationType associationType,
FetchMode config,
PropertyPath path,
String lhsTable,
String[] lhsColumns,
boolean nullable,
int currentDepth,
CascadeStyle cascadeStyle)
Determine the appropriate associationType of join (if any) to use to fetch the given association. |
protected JoinType |
JoinWalker.getJoinType(OuterJoinLoadable persister,
PropertyPath path,
int propertyNumber,
AssociationType associationType,
FetchMode metadataFetchMode,
CascadeStyle metadataCascadeStyle,
String lhsTable,
String[] lhsColumns,
boolean nullable,
int currentDepth)
Determine the appropriate type of join (if any) to use to fetch the given association. |
protected String |
JoinWalker.getWithClause(PropertyPath path)
|
protected boolean |
JoinWalker.hasRestriction(PropertyPath path)
|
protected boolean |
AbstractEntityJoinWalker.isJoinFetchEnabledByProfile(OuterJoinLoadable persister,
PropertyPath path,
int propertyNumber)
|
Constructors in org.hibernate.loader with parameters of type PropertyPath | |
---|---|
OuterJoinableAssociation(PropertyPath propertyPath,
AssociationType joinableType,
String lhsAlias,
String[] lhsColumns,
String rhsAlias,
JoinType joinType,
String withClause,
boolean hasRestriction,
SessionFactoryImplementor factory,
Map enabledFilters)
|
|
PropertyPath(PropertyPath parent,
String property)
|
Uses of PropertyPath in org.hibernate.loader.collection |
---|
Methods in org.hibernate.loader.collection with parameters of type PropertyPath | |
---|---|
protected JoinType |
BasicCollectionJoinWalker.getJoinType(OuterJoinLoadable persister,
PropertyPath path,
int propertyNumber,
AssociationType associationType,
FetchMode metadataFetchMode,
CascadeStyle metadataCascadeStyle,
String lhsTable,
String[] lhsColumns,
boolean nullable,
int currentDepth)
|
Uses of PropertyPath in org.hibernate.loader.criteria |
---|
Methods in org.hibernate.loader.criteria with parameters of type PropertyPath | |
---|---|
protected String |
CriteriaJoinWalker.generateTableAlias(int n,
PropertyPath path,
Joinable joinable)
|
protected JoinType |
CriteriaJoinWalker.getJoinType(AssociationType associationType,
FetchMode config,
PropertyPath path,
String lhsTable,
String[] lhsColumns,
boolean nullable,
int currentDepth,
CascadeStyle cascadeStyle)
|
protected JoinType |
CriteriaJoinWalker.getJoinType(OuterJoinLoadable persister,
PropertyPath path,
int propertyNumber,
AssociationType associationType,
FetchMode metadataFetchMode,
CascadeStyle metadataCascadeStyle,
String lhsTable,
String[] lhsColumns,
boolean nullable,
int currentDepth)
|
protected String |
CriteriaJoinWalker.getWithClause(PropertyPath path)
|
protected boolean |
CriteriaJoinWalker.hasRestriction(PropertyPath path)
|
Uses of PropertyPath in org.hibernate.loader.entity |
---|
Methods in org.hibernate.loader.entity with parameters of type PropertyPath | |
---|---|
protected JoinType |
EntityJoinWalker.getJoinType(OuterJoinLoadable persister,
PropertyPath path,
int propertyNumber,
AssociationType associationType,
FetchMode metadataFetchMode,
CascadeStyle metadataCascadeStyle,
String lhsTable,
String[] lhsColumns,
boolean nullable,
int currentDepth)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |