| Package | Description |
|---|---|
| org.seasar.doma.jdbc.criteria.command |
Provides classes that execute SQL statements and handle the results.
|
| org.seasar.doma.jdbc.criteria.metamodel |
Provides metamodels used to build the criteria query statements.
|
| org.seasar.doma.jdbc.entity |
Provides the classes that are related to entities.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Property<java.lang.Object,?>> |
EntityData.getStates() |
| Constructor and Description |
|---|
EntityData(java.util.Map<java.lang.String,Property<java.lang.Object,?>> states) |
| Modifier and Type | Method and Description |
|---|---|
ENTITY |
EntityTypeProxy.newEntity(java.util.Map<java.lang.String,Property<ENTITY,?>> __args) |
| Modifier and Type | Class and Description |
|---|---|
protected class |
DefaultPropertyType.DefaultProperty |
| Modifier and Type | Method and Description |
|---|---|
Property<ENTITY,BASIC> |
EntityPropertyType.createProperty()
Creates the property.
|
Property<ENTITY,BASIC> |
DefaultPropertyType.createProperty() |
Property<ENTITY,BASIC> |
Property.load(ENTITY entity)
Loads the value from the entity to this property.
|
Property<ENTITY,BASIC> |
DefaultPropertyType.DefaultProperty.load(ENTITY entity) |
Property<ENTITY,BASIC> |
Property.save(ENTITY entity)
Saves the value from this property to the entity.
|
Property<ENTITY,BASIC> |
DefaultPropertyType.DefaultProperty.save(ENTITY entity) |
| Modifier and Type | Method and Description |
|---|---|
<ENTITY> EMBEDDABLE |
EmbeddableType.newEmbeddable(java.lang.String embeddedPropertyName,
java.util.Map<java.lang.String,Property<ENTITY,?>> __args) |
ENTITY |
EntityType.newEntity(java.util.Map<java.lang.String,Property<ENTITY,?>> __args)
Instantiate a new entity.
|