Uses of Class
io.ebeaninternal.server.deploy.BeanPropertyAssocMany
Packages that use BeanPropertyAssocMany
Package
Description
Core implementation objects
Bean description
Temporary objects used to collect deployment information
-
Uses of BeanPropertyAssocMany in io.ebeaninternal.api
Methods in io.ebeaninternal.api that return BeanPropertyAssocManyModifier and TypeMethodDescriptionLoadManyBuffer.beanProperty()SpiQuery.lazyLoadMany()Return the lazy loading 'many' property.Methods in io.ebeaninternal.api with parameters of type BeanPropertyAssocManyModifier and TypeMethodDescriptionvoidLoadBeanContext.register(BeanPropertyAssocMany<?> many, BeanCollection<?> collection) Register a BeanCollection into the load context.voidLoadContext.register(String path, BeanPropertyAssocMany<?> many, BeanCollection<?> bc) Register a collection for lazy loading.voidSpiQuery.setLazyLoadForParents(BeanPropertyAssocMany<?> many) This becomes a lazy loading query for a many relationship. -
Uses of BeanPropertyAssocMany in io.ebeaninternal.server.core
Methods in io.ebeaninternal.server.core that return BeanPropertyAssocManyModifier and TypeMethodDescriptionOrmQueryRequest.determineMany()Determine and return the ToMany property that is included in the query.OrmQueryRequest.manyPropertyForOrderBy()Return the many property that is fetched in the query or null if there is not one.Methods in io.ebeaninternal.server.core that return types with arguments of type BeanPropertyAssocManyModifier and TypeMethodDescriptionPersistRequestBean.updatedManyForL2Cache()Return the list of updated many properties for L2 cache update (can be null).Methods in io.ebeaninternal.server.core with parameters of type BeanPropertyAssocManyModifier and TypeMethodDescriptionvoidPersistRequestBean.addUpdatedManyForL2Cache(BeanPropertyAssocMany<?> many) This many property has potential L2 cache update for many Ids. -
Uses of BeanPropertyAssocMany in io.ebeaninternal.server.deploy
Subclasses of BeanPropertyAssocMany in io.ebeaninternal.server.deployMethods in io.ebeaninternal.server.deploy that return BeanPropertyAssocManyModifier and TypeMethodDescriptionBeanPropertyAssocMany.asMany()BeanDescriptor.manyProperty(SpiQuery<?> query) Return the many property included in the query or null if one is not.BeanDescriptor.propertiesMany()All Assoc Many's for this descriptor.BeanDescriptor.propertiesManyDelete()Assoc Many's with delete cascade.BeanDescriptor.propertiesManySave()Assoc Many's with save cascade.BeanDescriptor.propertiesManyToMany()Assoc ManyToMany's.Methods in io.ebeaninternal.server.deploy with parameters of type BeanPropertyAssocManyModifier and TypeMethodDescriptionbooleanBeanDescriptor.cacheManyPropLoad(BeanPropertyAssocMany<?> many, BeanCollection<?> bc, String parentKey, Boolean readOnly) Try to load the beanCollection from cache return true if successful.voidBeanDescriptor.cacheManyPropPut(BeanPropertyAssocMany<?> many, BeanCollection<?> bc, String parentKey) Put the beanCollection into the cache.static <T> BeanCollectionHelp<T> BeanCollectionHelpFactory.create(BeanPropertyAssocMany<T> many) Create the helper based on the many property.voidDbReadContext.register(BeanPropertyAssocMany<?> many, BeanCollection<?> bc) Register a collection for lazy loading. -
Uses of BeanPropertyAssocMany in io.ebeaninternal.server.deploy.meta
Methods in io.ebeaninternal.server.deploy.meta that return BeanPropertyAssocManyModifier and TypeMethodDescriptionDeployBeanPropertyLists.getMany()DeployBeanPropertyLists.getManyDelete()DeployBeanPropertyLists.getManySave()DeployBeanPropertyLists.getManyToMany() -
Uses of BeanPropertyAssocMany in io.ebeaninternal.server.deploy.visitor
Methods in io.ebeaninternal.server.deploy.visitor with parameters of type BeanPropertyAssocManyModifier and TypeMethodDescriptionvoidBaseTablePropertyVisitor.visitMany(BeanPropertyAssocMany<?> p) Not part of base table.voidBeanPropertyVisitor.visitMany(BeanPropertyAssocMany<?> p) Visit a OneToMany or ManyToMany property. -
Uses of BeanPropertyAssocMany in io.ebeaninternal.server.query
Methods in io.ebeaninternal.server.query that return BeanPropertyAssocManyModifier and TypeMethodDescriptionSTreePropertyAssocMany.asMany()Return as BeanPropertyAssocMany.Methods in io.ebeaninternal.server.query with parameters of type BeanPropertyAssocManyModifier and TypeMethodDescriptionvoidCQuery.register(BeanPropertyAssocMany<?> many, BeanCollection<?> bc) -
Uses of BeanPropertyAssocMany in io.ebeaninternal.server.querydefn
Methods in io.ebeaninternal.server.querydefn that return BeanPropertyAssocManyMethods in io.ebeaninternal.server.querydefn with parameters of type BeanPropertyAssocManyModifier and TypeMethodDescriptionfinal voidDefaultOrmQuery.setLazyLoadForParents(BeanPropertyAssocMany<?> many)