Methods Summary |
---|
public boolean | consumesCollectionAlias()Very, very, very ugly...
|
public boolean | consumesEntityAlias()Very, very, very ugly...
|
public java.lang.String | filterFragment(java.lang.String alias, java.util.Map enabledFilters)Get the where clause filter, given a query alias and considering enabled session filters
|
public java.lang.String | fromJoinFragment(java.lang.String alias, boolean innerJoin, boolean includeSubclasses)Get the from clause part of any joins
(optional operation)
|
public java.lang.String[] | getKeyColumnNames()The columns to join on
|
public java.lang.String | getName()An identifying name; a class name or collection role name.
|
public java.lang.String | getTableName()The table to join to.
|
public boolean | isCollection()Is this instance actually a CollectionPersister?
|
public java.lang.String | oneToManyFilterFragment(java.lang.String alias)
|
public java.lang.String | selectFragment(org.hibernate.persister.entity.Joinable rhs, java.lang.String rhsAlias, java.lang.String lhsAlias, java.lang.String currentEntitySuffix, java.lang.String currentCollectionSuffix, boolean includeCollectionColumns)All columns to select, when loading.
|
public java.lang.String | whereJoinFragment(java.lang.String alias, boolean innerJoin, boolean includeSubclasses)Get the where clause part of any joins
(optional operation)
|