Uses of Class
org.tentackle.persist.Join
Packages that use Join
-
Uses of Join in org.tentackle.persist
Fields in org.tentackle.persist with type parameters of type JoinModifier and TypeFieldDescriptionPersistentObjectClassVariables.eagerJoinsThe optional eager join.Methods in org.tentackle.persist that return JoinMethods in org.tentackle.persist that return types with arguments of type JoinModifier and TypeMethodDescriptionAbstractPersistentObject.getEagerJoins()Returns the eager joins for this PDO.PersistentObjectClassVariables.getEagerJoins()Gets the eager joins.Join.getJoins()Gets the cascaded joins.JoinedSelect.getJoins()Gets the joins.Methods in org.tentackle.persist with parameters of type JoinModifier and TypeMethodDescriptionAdds a cascaded join.Adds a join.Method parameters in org.tentackle.persist with type arguments of type JoinModifier and TypeMethodDescriptionstatic <T extends PersistentDomainObject<T>,P extends AbstractPersistentObject<T, P>>
PersistentObjectClassVariables<T,P> PersistentObjectClassVariables.create(Class<T> pdoClass, Class<P> poClass, String tableAlias, PersistentObjectClassVariables<? super T, ? super P> superClassVariables, List<Join<T, ?>> eagerJoins) Creates a PDO classvariable.<T extends PersistentDomainObject<T>,P extends AbstractPersistentObject<T, P>>
PersistentObjectClassVariables<T,P> PersistentClassVariablesFactory.pdoCv(Class<T> pdoClass, Class<P> poClass, String tableAlias, PersistentObjectClassVariables<? super T, ? super P> superClassVariables, List<Join<T, ?>> eagerJoins) Creates a PDO classvariable.Constructor parameters in org.tentackle.persist with type arguments of type JoinModifierConstructorDescriptionJoinedSelect(List<Join<? super T, ?>> joins) Creates a joined select from a list of joins.PersistentObjectClassVariables(Class<T> pdoClass, Class<P> poClass, String tableAlias, PersistentObjectClassVariables<? super T, ? super P> superClassVariables, List<Join<T, ?>> eagerJoins) Constructs a classvariable.