public class ValueObjectType extends ManagedType
class Address {
private String city;
private String street;
private String zip;
...
}
| Constructor and Description |
|---|
ValueObjectType(java.lang.Class baseJavaClass,
java.util.List<Property> allProperties) |
getProperties, getProperties, getProperty, getPropertyNames, getRawDehydratedType, prettyPrintBuilderequals, getActualTypeArguments, getBaseJavaClass, getBaseJavaType, getName, hashCode, isGenericType, isInstance, prettyPrint, toStringpublic ValueObjectType(java.lang.Class baseJavaClass,
java.util.List<Property> allProperties)