Uses of Interface
io.ebeaninternal.server.deploy.id.ImportedId
Packages that use ImportedId
Package
Description
Core implementation objects
Bean description
Helpers for Id property conversion
-
Uses of ImportedId in io.ebeaninternal.server.core
Methods in io.ebeaninternal.server.core with parameters of type ImportedIdModifier and TypeMethodDescriptionvoidPersistRequestBean.deferredRelationship(EntityBean assocBean, ImportedId importedId, EntityBean bean) Register the derived relationships to get executed later (on JDBC batch flush or commit).Constructors in io.ebeaninternal.server.core with parameters of type ImportedIdModifierConstructorDescriptionPersistDeferredRelationship(SpiEbeanServer ebeanServer, BeanDescriptor<?> beanDescriptor, EntityBean assocBean, ImportedId importedId, EntityBean bean) -
Uses of ImportedId in io.ebeaninternal.server.deploy
Methods in io.ebeaninternal.server.deploy that return ImportedIdMethods in io.ebeaninternal.server.deploy with parameters of type ImportedIdModifier and TypeMethodDescriptionBeanDescriptor.updateImportedIdSql(ImportedId prop) Return a Sql update statement to set the importedId value (deferred execution). -
Uses of ImportedId in io.ebeaninternal.server.deploy.id
Classes in io.ebeaninternal.server.deploy.id that implement ImportedIdModifier and TypeClassDescriptionfinal classImported Embedded id.final classSingle scalar imported id.