Uses of Interface
io.ebean.plugin.Property
Packages that use Property
Package
Description
Provides a API for plugins.
-
Uses of Property in io.ebean
Modifier and TypeMethodDescriptionDatabase.checkUniqueness
(Object bean) This method checks the uniqueness of a bean.Database.checkUniqueness
(Object bean, Transaction transaction) Same asDatabase.checkUniqueness(Object)
.DB.checkUniqueness
(Object bean) This method checks the uniqueness of a bean.DB.checkUniqueness
(Object bean, Transaction transaction) Same asDB.checkUniqueness(Object)
but with given transaction. -
Uses of Property in io.ebean.plugin
Subinterfaces of Property in io.ebean.pluginModifier and TypeInterfaceDescriptioninterface
Property of a entity bean that is a ToMany property.Methods in io.ebean.plugin that return PropertyModifier and TypeMethodDescriptionBeanType.idProperty()
Return the Id property.Return the Property to read values from a bean.ExpressionPath.property()
Return the underlying bean property.BeanType.whenCreatedProperty()
Return the when created property if there is one defined.BeanType.whenModifiedProperty()
Return the when modified property if there is one defined.Methods in io.ebean.plugin that return types with arguments of type PropertyModifier and TypeMethodDescriptionCollection<? extends Property>
BeanType.allProperties()
Return all the properties for this bean type.