| Package | Description |
|---|---|
| com.avaje.ebean.plugin |
Provides a API for plugins.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
BeanType.getIdProperty()
Return the Id property.
|
Property |
BeanType.getProperty(String propertyName)
Return the Property to read values from a bean.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Property> |
BeanType.allProperties()
Return all the properties for this bean type.
|
Copyright © 2016. All rights reserved.