Uses of Interface
io.ebean.plugin.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
Modifier and TypeInterfaceDescriptioninterface
Property of a entity bean that is a ToMany property.Modifier 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.Modifier and TypeMethodDescriptionCollection<? extends Property>
BeanType.allProperties()
Return all the properties for this bean type.