| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.deploy.generatedproperty |
Counter, Insert Timestamp, Update Timestamp support
|
| com.avaje.ebeaninternal.server.deploy.meta |
Temporary objects used to collect deployment information
|
| com.avaje.ebeaninternal.server.persist.dmlbind |
Bindable objects to support Bean DML
|
| Modifier and Type | Method and Description |
|---|---|
GeneratedProperty |
BeanProperty.getGeneratedProperty()
Return the GeneratedValue.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GeneratedCounter
A general number counter for various number types.
|
class |
GeneratedCounterInteger
Used to create a counter version column for Integer.
|
class |
GeneratedCounterLong
Used to create a counter version column for Long.
|
class |
GeneratedInsertDate
Used to generate a (java.util.Date) timestamp when a bean is inserted.
|
class |
GeneratedInsertLong
Used to generate a (Long) timestamp when a bean is inserted.
|
class |
GeneratedInsertTimestamp
Used to generate a timestamp when a bean is inserted.
|
class |
GeneratedUpdateDate
Generate a (java.util.Date) Timestamp whenever the bean is inserted or
updated.
|
class |
GeneratedUpdateLong
Generate a (Long) Timestamp whenever the bean is inserted or updated.
|
class |
GeneratedUpdateTimestamp
Generate a Timestamp whenever the bean is inserted or updated.
|
| Modifier and Type | Method and Description |
|---|---|
GeneratedProperty |
InsertTimestampFactory.createInsertTimestamp(DeployBeanProperty property)
Create the insert GeneratedProperty depending on the property type.
|
| Modifier and Type | Method and Description |
|---|---|
GeneratedProperty |
DeployBeanProperty.getGeneratedProperty()
Return the GeneratedValue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeployBeanProperty.setGeneratedProperty(GeneratedProperty generatedValue)
Set the GeneratedValue.
|
| Constructor and Description |
|---|
BindablePropertyInsertGenerated(BeanProperty prop,
GeneratedProperty gen) |
BindablePropertyUpdateGenerated(BeanProperty prop,
GeneratedProperty gen) |
Copyright © 2014. All Rights Reserved.