Uses of Interface
io.ebean.plugin.Property
-
Packages that use Property Package Description io.ebean io.ebean.plugin Provides a API for plugins. -
-
Uses of Property in io.ebean
Methods in io.ebean that return types with arguments of type Property Modifier and Type Method Description Set<Property>
Database. checkUniqueness(Object bean)
This method checks the uniqueness of a bean.Set<Property>
Database. checkUniqueness(Object bean, Transaction transaction)
Same asDatabase.checkUniqueness(Object)
.static Set<Property>
DB. checkUniqueness(Object bean)
This method checks the uniqueness of a bean.static Set<Property>
DB. checkUniqueness(Object bean, Transaction transaction)
Same asDB.checkUniqueness(Object)
.static Set<Property>
Ebean. checkUniqueness(Object bean)
Deprecated.This method checks the uniqueness of a bean.static Set<Property>
Ebean. checkUniqueness(Object bean, Transaction transaction)
Deprecated.Same asEbean.checkUniqueness(Object)
. -
Uses of Property in io.ebean.plugin
Subinterfaces of Property in io.ebean.plugin Modifier and Type Interface Description interface
PropertyAssocMany
Property of a entity bean that is a ToMany property.Methods in io.ebean.plugin that return Property Modifier and Type Method Description Property
BeanType. getIdProperty()
Return the Id property.Property
BeanType. getProperty(String propertyName)
Return the Property to read values from a bean.Property
ExpressionPath. getProperty()
Return the underlying bean property.Property
BeanType. getWhenCreatedProperty()
Return the when created property if there is one defined.Property
BeanType. getWhenModifiedProperty()
Return the when modified property if there is one defined.Methods in io.ebean.plugin that return types with arguments of type Property Modifier and Type Method Description Collection<? extends Property>
BeanType. allProperties()
Return all the properties for this bean type.Methods in io.ebean.plugin with parameters of type Property Modifier and Type Method Description void
LoadErrorHandler. handleLoadError(EntityBean bean, Property prop, String fullName, Exception e)
-