public class Composite extends Mixable
A composite can be embed in an BaseEntity
. All fields declared here will be mapped to properties
(and therefore columns of the entity).
As the field name containing the composite is prepended to all fields here, the same composite can be used several times in one entity.
As it derives from Mixable
a composite can be extended using Mixins. Also a composite can contain
further composites.
Constructor and Description |
---|
Composite() |
is, makeNewInstance, tryAs
Copyright © 2018. All rights reserved.