Uses of Class
io.ebeaninternal.server.deploy.BeanPropertyAssoc
Packages that use BeanPropertyAssoc
Package
Description
Bean description
Helpers for Id property conversion
-
Uses of BeanPropertyAssoc in io.ebeaninternal.server.deploy
Subclasses of BeanPropertyAssoc in io.ebeaninternal.server.deployModifier and TypeClassDescriptionclassProperty mapped to a List Set or Map.classProperty mapped to a joined bean.final classBean property for an IdClass embeddedId.final class -
Uses of BeanPropertyAssoc in io.ebeaninternal.server.deploy.id
Constructors in io.ebeaninternal.server.deploy.id with parameters of type BeanPropertyAssocModifierConstructorDescriptionImportedIdEmbedded(BeanPropertyAssoc<?> owner, BeanPropertyAssocOne<?> foreignAssocOne, ImportedIdSimple[] imported) ImportedIdSimple(BeanPropertyAssoc<?> owner, String localDbColumn, String localSqlFormula, BeanProperty foreignProperty, int position) ImportedIdSimple(BeanPropertyAssoc<?> owner, String localDbColumn, String localSqlFormula, BeanProperty foreignProperty, int position, boolean insertable, boolean updateable)