Package | Description |
---|---|
com.caucho.amber.gen | |
com.caucho.amber.manager |
Modifier and Type | Method and Description |
---|---|
MappedSuperclassType |
MappedSuperclassComponent.getMappedSuperclassType()
Gets the mapped superclass type.
|
Modifier and Type | Method and Description |
---|---|
void |
MappedSuperclassComponent.setMappedSuperclassType(MappedSuperclassType mappedSuperclassType)
Sets the bean info for the generator
|
Modifier and Type | Method and Description |
---|---|
MappedSuperclassType |
AmberPersistenceUnit.createMappedSuperclass(java.lang.String name,
java.lang.Class beanClass)
Adds an entity.
|
MappedSuperclassType |
AmberPersistenceUnit.getMappedSuperclass(java.lang.String className)
Returns a matching mapped superclass.
|
MappedSuperclassType |
AmberContainer.getMappedSuperclass(java.lang.String className)
Returns the MappedSuperclassType for an introspected class.
|
Modifier and Type | Method and Description |
---|---|
void |
AmberContainer.addMappedSuperclass(java.lang.String className,
MappedSuperclassType type)
Adds a mapped superclass for an introspected class.
|