org.spicefactory.pimento.metamodel.impl
Class EmbeddableImpl
java.lang.Object
org.spicefactory.pimento.metamodel.impl.TypeImpl
org.spicefactory.pimento.metamodel.impl.ManagedTypeImpl
org.spicefactory.pimento.metamodel.impl.EmbeddableImpl
- All Implemented Interfaces:
- Externalizable, Embeddable, ManagedType, Type
public class EmbeddableImpl
- extends ManagedTypeImpl
- implements Embeddable
Default implementation of the Embeddable interface.
- Author:
- Jens Halm
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.spicefactory.pimento.metamodel.Type |
getJavaType |
EmbeddableImpl
public EmbeddableImpl(Class<?> type,
List<ManagedProperty> properties)
- Creates a new instance.
- Parameters:
type - the Java typeproperties - the managed properties of this persistent type