Uses of Class
io.ebeaninternal.server.deploy.TableJoin
Packages that use TableJoin
Package
Description
Bean description
Temporary objects used to collect deployment information
-
Uses of TableJoin in io.ebeaninternal.api
Methods in io.ebeaninternal.api that return TableJoinModifier and TypeMethodDescriptionSpiQuery.m2mIncludeJoin()Return the extra join for a M2M lazy load.Methods in io.ebeaninternal.api with parameters of type TableJoinModifier and TypeMethodDescriptionvoidSpiQuery.setM2MIncludeJoin(TableJoin includeTableJoin) Set the extra join for a M2M lazy load. -
Uses of TableJoin in io.ebeaninternal.server.deploy
Methods in io.ebeaninternal.server.deploy that return TableJoinModifier and TypeMethodDescriptionBeanPropertyAssocMany.intersectionTableJoin()ManyToMany only, join from local table to intersection table.BeanDescriptor.primaryKeyJoin()BeanPropertyAssoc.tableJoin()return the join to use for the bean. -
Uses of TableJoin in io.ebeaninternal.server.deploy.meta
Methods in io.ebeaninternal.server.deploy.meta that return TableJoinModifier and TypeMethodDescriptionDeployBeanPropertyAssocMany.createIntersectionTableJoin()Create the immutable version of the intersection join.DeployBeanPropertyAssocMany.createInverseTableJoin()Create the immutable version of the inverse join.DeployBeanDescriptor.getPrimaryKeyJoin()Methods in io.ebeaninternal.server.deploy.meta with parameters of type TableJoinModifier and TypeMethodDescriptionvoidDeployBeanDescriptor.setPrimaryKeyJoin(TableJoin join) PK is also a FK. -
Uses of TableJoin in io.ebeaninternal.server.query
Methods in io.ebeaninternal.server.query that return TableJoinModifier and TypeMethodDescriptionSTreePropertyAssocMany.intersectionTableJoin()Return the intersection table join. -
Uses of TableJoin in io.ebeaninternal.server.querydefn
Methods in io.ebeaninternal.server.querydefn that return TableJoinMethods in io.ebeaninternal.server.querydefn with parameters of type TableJoinModifier and TypeMethodDescriptionfinal voidDefaultOrmQuery.setM2MIncludeJoin(TableJoin m2mIncludeJoin)