Package | Description |
---|---|
org.fastnate.generator.context |
Modifier and Type | Method and Description |
---|---|
<E> EntityClass<E> |
GeneratorContext.getDescription(Class<E> entityClass)
Finds the description for a class.
|
<E> EntityClass<E> |
GeneratorContext.getDescription(E entity)
Finds the description for the class of an entity.
|
Constructor and Description |
---|
CollectionProperty(EntityClass<?> sourceClass,
AttributeAccessor attribute,
javax.persistence.AssociationOverride override)
Creates a new collection property.
|
EmbeddedProperty(EntityClass<?> entityClass,
AttributeAccessor attribute)
Instantiates a new embedded property.
|
GeneratedIdProperty(EntityClass<E> entityClass,
AttributeAccessor attribute,
javax.persistence.Column column)
Creates a new instance of
GeneratedIdProperty . |
MapProperty(EntityClass<?> sourceClass,
AttributeAccessor attribute,
javax.persistence.AssociationOverride override)
Creates a new map property.
|
Copyright © 2016 fastnate.org. All rights reserved.