Uses of Class
io.ebeaninternal.server.deploy.BeanTable
Packages that use BeanTable
Package
Description
Bean description
Temporary objects used to collect deployment information
-
Uses of BeanTable in io.ebeaninternal.server.deploy
Methods in io.ebeaninternal.server.deploy that return BeanTableModifier and TypeMethodDescriptionBeanPropertyAssoc.beanTable()Return the underlying BeanTable for this property.BeanDescriptorManager.createCollectionBeanTable(String fullTableName, Class<?> targetType) Return a BeanTable for an ElementCollection.Methods in io.ebeaninternal.server.deploy with parameters of type BeanTableModifier and TypeMethodDescription<A> voidBeanDescriptorManager.createUnidirectional(DeployBeanDescriptor<?> targetDesc, Class<A> targetType, BeanTable beanTable, DeployTableJoin oneToManyJoin) Create and add a Unidirectional property (for ElementCollection) which maps to the foreign key. -
Uses of BeanTable in io.ebeaninternal.server.deploy.meta
Methods in io.ebeaninternal.server.deploy.meta that return BeanTableModifier and TypeMethodDescriptionDeployBeanPropertyAssoc.getBeanTable()Return the BeanTable for this association.Methods in io.ebeaninternal.server.deploy.meta with parameters of type BeanTableModifier and TypeMethodDescriptionvoidDeployTableJoin.addJoinColumn(io.ebeaninternal.server.deploy.parse.DeployUtil util, boolean order, jakarta.persistence.JoinColumn[] jcArray, BeanTable beanTable) Add a JoinColumn array.voidDeployTableJoin.addJoinColumn(io.ebeaninternal.server.deploy.parse.DeployUtil deploy, boolean order, jakarta.persistence.JoinColumn jc, BeanTable beanTable) Add a JoinColumnvoidDeployTableJoin.addJoinColumn(io.ebeaninternal.server.deploy.parse.DeployUtil util, boolean order, Set<jakarta.persistence.JoinColumn> joinColumns, BeanTable beanTable) Add a JoinColumn set.voidDeployBeanPropertyAssoc.setBeanTable(BeanTable beanTable) Set the bean table.Constructors in io.ebeaninternal.server.deploy.meta with parameters of type BeanTableModifierConstructorDescriptionDeployTableJoinColumn(boolean order, String ref, String name, boolean insertable, boolean updateable, BeanTable beanTable)