|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.hql.ast.tree.ComponentJoin.ComponentFromElementType
public class ComponentJoin.ComponentFromElementType
Constructor Summary | |
---|---|
ComponentJoin.ComponentFromElementType(FromElement fromElement)
|
Method Summary | |
---|---|
java.lang.String |
getCollectionSuffix()
|
Type |
getDataType()
|
EntityPersister |
getEntityPersister()
|
ParameterSpecification |
getIndexCollectionSelectorParamSpec()
|
JoinSequence |
getJoinSequence()
|
PropertyMapping |
getPropertyMapping(java.lang.String propertyName)
|
Type |
getPropertyType(java.lang.String propertyName,
java.lang.String propertyPath)
Returns the type of a property, given it's name (the last part) and the full path. |
Queryable |
getQueryable()
Returns the Hibernate queryable implementation for the HQL class. |
QueryableCollection |
getQueryableCollection()
|
Type |
getSelectType()
|
boolean |
isCollectionOfValuesOrComponents()
|
boolean |
isEntity()
|
java.lang.String |
renderScalarIdentifierSelect(int i)
Render the identifier select, but in a 'scalar' context (i.e. |
java.lang.String |
renderValueCollectionSelectFragment(int size,
int k)
|
void |
setCollectionSuffix(java.lang.String suffix)
|
void |
setIndexCollectionSelectorParamSpec(ParameterSpecification indexCollectionSelectorParamSpec)
|
void |
setJoinSequence(JoinSequence joinSequence)
|
void |
setQueryableCollection(QueryableCollection queryableCollection)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentJoin.ComponentFromElementType(FromElement fromElement)
Method Detail |
---|
public Type getDataType()
public QueryableCollection getQueryableCollection()
public PropertyMapping getPropertyMapping(java.lang.String propertyName)
public Type getPropertyType(java.lang.String propertyName, java.lang.String propertyPath)
propertyName
- The last part of the full path to the property.
public java.lang.String renderScalarIdentifierSelect(int i)
i
- the sequence of the returned type
public java.lang.String getCollectionSuffix()
public void setCollectionSuffix(java.lang.String suffix)
public EntityPersister getEntityPersister()
public Type getSelectType()
public Queryable getQueryable()
public java.lang.String renderValueCollectionSelectFragment(int size, int k)
public void setJoinSequence(JoinSequence joinSequence)
public JoinSequence getJoinSequence()
public void setQueryableCollection(QueryableCollection queryableCollection)
public boolean isCollectionOfValuesOrComponents()
public boolean isEntity()
public ParameterSpecification getIndexCollectionSelectorParamSpec()
public void setIndexCollectionSelectorParamSpec(ParameterSpecification indexCollectionSelectorParamSpec)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |