public abstract class Embedded<T extends Property> extends ToOne
Models an embedded component
| Constructor and description |
|---|
Embedded
(PersistentEntity owner, MappingContext context, java.beans.PropertyDescriptor descriptor) |
Embedded
(PersistentEntity owner, MappingContext context, java.lang.String name, java.lang.Class type) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public boolean |
isOwningSide() |
| Methods inherited from class | Name |
|---|---|
class ToOne |
isForeignKeyInChild, isOwningSide, setForeignKeyInChild |