Uses of Class
io.ebeaninternal.server.deploy.BeanPropertyAssocOne
Packages that use BeanPropertyAssocOne
Package
Description
Core implementation objects
Bean description
Helpers for Id property conversion
Temporary objects used to collect deployment information
-
Uses of BeanPropertyAssocOne in io.ebeaninternal.api
Methods in io.ebeaninternal.api with parameters of type BeanPropertyAssocOneModifier and TypeMethodDescriptionvoidLoadContext.register(String path, EntityBeanIntercept ebi, BeanPropertyAssocOne<?> property) Register a Bean with inheritance. -
Uses of BeanPropertyAssocOne in io.ebeaninternal.server.core
Methods in io.ebeaninternal.server.core with parameters of type BeanPropertyAssocOneModifier and TypeMethodDescriptionvoidPersistRequestBean.setImportedOrphanForRemoval(BeanPropertyAssocOne<?> prop) Set an orphan bean that needs to be deleted AFTER the request has persisted. -
Uses of BeanPropertyAssocOne in io.ebeaninternal.server.deploy
Subclasses of BeanPropertyAssocOne in io.ebeaninternal.server.deployModifier and TypeClassDescriptionfinal classBean property for an IdClass embeddedId.Methods in io.ebeaninternal.server.deploy that return BeanPropertyAssocOneModifier and TypeMethodDescriptionBeanPropertyAssocOne.override(io.ebeaninternal.server.deploy.BeanPropertyOverride override) BeanPropertyAssocOne<?>[]BeanDescriptor.propertiesEmbedded()Return the beans that are embedded.BeanPropertyAssocOne<?>[]BeanDescriptor.propertiesOne()All the BeanPropertyAssocOne that are not embedded.BeanPropertyAssocOne<?>[]BeanDescriptor.propertiesOneExportedDelete()Exported assoc ones with delete cascade.BeanPropertyAssocOne<?>[]BeanDescriptor.propertiesOneExportedSave()Exported assoc ones with cascade save.BeanPropertyAssocOne<?>[]BeanDescriptor.propertiesOneImported()Returns ManyToOnes and OneToOnes on the imported owning side.BeanPropertyAssocOne<?>[]BeanDescriptor.propertiesOneImportedDelete()Imported Assoc Ones with cascade delete true.BeanPropertyAssocOne<?>[]BeanDescriptor.propertiesOneImportedSave()Imported Assoc Ones with cascade save true.BeanDescriptor.unidirectional()Return the "shadow" property to support unidirectional relationships.Methods in io.ebeaninternal.server.deploy with parameters of type BeanPropertyAssocOneModifier and TypeMethodDescriptionvoidDbReadContext.registerBeanInherit(BeanPropertyAssocOne<?> property, EntityBeanIntercept ebi) Register a reference with inheritance for lazy loading.Constructors in io.ebeaninternal.server.deploy with parameters of type BeanPropertyAssocOneModifierConstructorDescriptionprotectedBeanPropertyAssocOne(BeanPropertyAssocOne<T> source, io.ebeaninternal.server.deploy.BeanPropertyOverride override) -
Uses of BeanPropertyAssocOne in io.ebeaninternal.server.deploy.id
Constructors in io.ebeaninternal.server.deploy.id with parameters of type BeanPropertyAssocOneModifierConstructorDescriptionIdBinderEmbedded(boolean idInExpandedForm, BeanPropertyAssocOne<?> embIdProperty) ImportedIdEmbedded(BeanPropertyAssoc<?> owner, BeanPropertyAssocOne<?> foreignAssocOne, ImportedIdSimple[] imported) -
Uses of BeanPropertyAssocOne in io.ebeaninternal.server.deploy.meta
Methods in io.ebeaninternal.server.deploy.meta that return BeanPropertyAssocOneModifier and TypeMethodDescriptionBeanPropertyAssocOne<?>[]DeployBeanPropertyLists.getEmbedded()BeanPropertyAssocOne<?>[]DeployBeanPropertyLists.getOneExportedDelete()BeanPropertyAssocOne<?>[]DeployBeanPropertyLists.getOneExportedSave()BeanPropertyAssocOne<?>[]DeployBeanPropertyLists.getOneImported()BeanPropertyAssocOne<?>[]DeployBeanPropertyLists.getOneImportedDelete()BeanPropertyAssocOne<?>[]DeployBeanPropertyLists.getOneImportedSave()BeanPropertyAssocOne<?>[]DeployBeanPropertyLists.getOnes()DeployBeanPropertyLists.getUnidirectional()Return the unidirectional. -
Uses of BeanPropertyAssocOne in io.ebeaninternal.server.deploy.visitor
Methods in io.ebeaninternal.server.deploy.visitor with parameters of type BeanPropertyAssocOneModifier and TypeMethodDescriptionvoidBaseTablePropertyVisitor.visitEmbedded(BeanPropertyAssocOne<?> p) Not required in that you can use the visitEmbeddedScalar.voidBeanPropertyVisitor.visitEmbedded(BeanPropertyAssocOne<?> p) Visit an embedded property.abstract voidBaseTablePropertyVisitor.visitEmbeddedScalar(BeanProperty p, BeanPropertyAssocOne<?> embedded) Override this method.voidBeanPropertyVisitor.visitEmbeddedScalar(BeanProperty p, BeanPropertyAssocOne<?> embedded) Visit the scalar property of an embedded bean.voidBaseTablePropertyVisitor.visitOneExported(BeanPropertyAssocOne<?> p) Not part of base table.voidBeanPropertyVisitor.visitOneExported(BeanPropertyAssocOne<?> p) Visit the exported side of a OneToOne property.abstract voidBaseTablePropertyVisitor.visitOneImported(BeanPropertyAssocOne<?> p) Override this method for the foreign key.voidBeanPropertyVisitor.visitOneImported(BeanPropertyAssocOne<?> p) Visit the imported side of a OneToOne property. -
Uses of BeanPropertyAssocOne in io.ebeaninternal.server.query
Methods in io.ebeaninternal.server.query with parameters of type BeanPropertyAssocOneModifier and TypeMethodDescriptionvoidCQuery.registerBeanInherit(BeanPropertyAssocOne<?> property, EntityBeanIntercept ebi)