Uses of Interface
io.ebeaninternal.server.deploy.id.IdBinder
Packages that use IdBinder
Package
Description
Bean description
Helpers for Id property conversion
-
Uses of IdBinder in io.ebeaninternal.server.deploy
Methods in io.ebeaninternal.server.deploy that return IdBinderModifier and TypeMethodDescriptionBeanDescriptorManager.createIdBinder(BeanProperty idProperty) BeanDescriptorMap.createIdBinder(BeanProperty id) Create a IdBinder for this bean property.BeanDescriptor.idBinder()Return the IdBinder which is helpful for handling the various types of Id.BeanPropertyAssoc.idBinder() -
Uses of IdBinder in io.ebeaninternal.server.deploy.id
Classes in io.ebeaninternal.server.deploy.id that implement IdBinderModifier and TypeClassDescriptionfinal classBind an Id that is an Embedded bean.final classBind an Id where the Id is made of a single property (not embedded).Methods in io.ebeaninternal.server.deploy.id that return IdBinderModifier and TypeMethodDescriptionIdBinderFactory.createIdBinder(BeanProperty id) Create the IdConvertSet for the given type of Id properties. -
Uses of IdBinder in io.ebeaninternal.server.query
Methods in io.ebeaninternal.server.query that return IdBinder