| Package | Description |
|---|---|
| com.avaje.ebean.config |
Configuration settings for EbeanServer construction
|
| com.avaje.ebeaninternal.server.type |
Built in and custom Scalar types support.
|
| com.avaje.ebeaninternal.server.type.reflect |
| Modifier and Type | Method and Description |
|---|---|
CompoundTypeProperty<V,?>[] |
CompoundType.getProperties()
Return the properties in the order they appear in the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CompoundTypeProperty<V,?>[] |
CtCompoundType.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
CtCompoundTypeScalarList.addCompoundProperty(String propName,
CtCompoundType<?> t,
CompoundTypeProperty<?,?> prop)
Register a property with it's associated compound type and relative name.
|
| Constructor and Description |
|---|
CtCompoundProperty(String relativeName,
CtCompoundProperty parent,
CtCompoundType<?> ctType,
CompoundTypeProperty<?,?> property) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectionBasedCompoundTypeProperty |
| Modifier and Type | Method and Description |
|---|---|
CompoundTypeProperty[] |
ReflectionBasedCompoundType.getProperties() |
Copyright © 2014. All Rights Reserved.