类的使用
org.hibernate.engine.internal.JoinSequence
-
使用JoinSequence的程序包 程序包 说明 org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.hql.internal org.hibernate.hql.internal.ast.tree org.hibernate.hql.internal.ast.util org.hibernate.hql.internal.classic This package contains the Hibernate 2.x query parser which is being end-of-lifed. -
-
org.hibernate.engine.internal中JoinSequence的使用
返回JoinSequence的org.hibernate.engine.internal中的方法 修饰符和类型 方法 说明 JoinSequenceJoinSequence. addCondition(String condition)Add a condition to this sequence.JoinSequenceJoinSequence. addCondition(String alias, String[] columns, String condition)Add a condition to this sequence.JoinSequenceJoinSequence. addJoin(ImpliedFromElement fromElement)Embeds an implied from element into this sequenceJoinSequenceJoinSequence. addJoin(AssociationType associationType, String alias, JoinType joinType, String[] referencingKey)Add a join to this sequenceJoinSequenceJoinSequence. addJoin(AssociationType associationType, String alias, JoinType joinType, String[][] referencingKeys)Add a join to this sequenceJoinSequenceJoinSequence. copy()Create a full, although shallow, copy.JoinSequenceJoinSequence. copyForCollectionProperty()JoinSequenceJoinSequence. getFromPart()Retrieve a JoinSequence that represents just the FROM clause partsJoinSequenceJoinSequence. setNext(JoinSequence next)Sets the next join sequenceJoinSequenceJoinSequence. setRoot(Joinable joinable, String alias)Set the root of this JoinSequence.JoinSequenceJoinSequence. setSelector(JoinSequence.Selector selector)Set the Selector to use to determine how subclass joins should be applied.JoinSequenceJoinSequence. setUseThetaStyle(boolean useThetaStyle)Should this JoinSequence use theta-style joining (both a FROM and WHERE component) in the rendered SQL?参数类型为JoinSequence的org.hibernate.engine.internal中的方法 修饰符和类型 方法 说明 JoinSequenceJoinSequence. setNext(JoinSequence next)Sets the next join sequence -
org.hibernate.hql.internal中JoinSequence的使用
参数类型为JoinSequence的org.hibernate.hql.internal中的方法 修饰符和类型 方法 说明 static StringCollectionSubqueryFactory. createCollectionSubquery(JoinSequence joinSequence, Map enabledFilters, String[] columns) -
org.hibernate.hql.internal.ast.tree中JoinSequence的使用
返回JoinSequence的org.hibernate.hql.internal.ast.tree中的方法 修饰符和类型 方法 说明 JoinSequenceFromElement. getJoinSequence()参数类型为JoinSequence的org.hibernate.hql.internal.ast.tree中的方法 修饰符和类型 方法 说明 FromElementFromElementFactory. createEntityJoin(String entityClass, String tableAlias, JoinSequence joinSequence, boolean fetchFlag, boolean inFrom, EntityType type, String role, String joinPath)voidFromElement. setJoinSequence(JoinSequence joinSequence) -
org.hibernate.hql.internal.ast.util中JoinSequence的使用
返回JoinSequence的org.hibernate.hql.internal.ast.util中的方法 修饰符和类型 方法 说明 JoinSequenceSessionFactoryHelper. createCollectionJoinSequence(QueryableCollection collPersister, String collectionName)Create a join sequence rooted at the given collection.JoinSequenceSessionFactoryHelper. createJoinSequence()Generate an empty join sequence instance.JoinSequenceSessionFactoryHelper. createJoinSequence(boolean implicit, AssociationType associationType, String tableAlias, JoinType joinType, String[] columns)Generate a join sequence representing the given association type.JoinSequenceSessionFactoryHelper. createJoinSequence(boolean implicit, AssociationType associationType, String tableAlias, JoinType joinType, String[][] columns)Generate a join sequence representing the given association type. -
org.hibernate.hql.internal.classic中JoinSequence的使用
返回JoinSequence的org.hibernate.hql.internal.classic中的方法 修饰符和类型 方法 说明 JoinSequencePathExpressionParser. getWhereJoin()
-