Z - the source typeX - the destination typepublic interface SingularMappingEx<Z,X> extends SingularMapping<Z,X>
EmbeddedMapping and BasicMapping.| Modifier and Type | Method and Description |
|---|---|
boolean |
fillValue(EntityTypeImpl<?> type,
ManagedInstance<?> managedInstance,
Object instance)
Fills the sequence / table generated value.
|
SingularAttributeImpl<? super Z,X> |
getAttribute()
Returns the attribute of the mapping.
|
getIdType, isIdget, getJavaMember, getJavaType, getLocator, getName, getParent, getPath, getRoot, isCollection, setboolean fillValue(EntityTypeImpl<?> type, ManagedInstance<?> managedInstance, Object instance)
The operation returns false if at least one entity needs to obtain identity from the database.
type - the entity typemanagedInstance - the managed instanceinstance - the instance to fill ids.SingularAttributeImpl<? super Z,X> getAttribute()
Copyright © 2012-2013 Batoo. All Rights Reserved.