Modifier and Type | Method and Description |
---|---|
Optional<HibernateOrmMappingContext> |
HibernateOrmExtension.extendOptional(IdentifierBridgeToDocumentIdentifierContext original,
MappingContextImplementor mappingContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Modifier and Type | Method and Description |
---|---|
String |
IdentifierBridge.toDocumentIdentifier(I propertyValue,
IdentifierBridgeToDocumentIdentifierContext context)
Transform the given POJO property value to the value of the document identifier.
|
Modifier and Type | Method and Description |
---|---|
Optional<T> |
IdentifierBridgeToDocumentIdentifierContextExtension.extendOptional(IdentifierBridgeToDocumentIdentifierContext original,
MappingContextImplementor mappingContext)
Attempt to extend a given context, returning an empty
Optional in case of failure. |
Modifier and Type | Method and Description |
---|---|
IdentifierBridgeToDocumentIdentifierContext |
AbstractPojoMappingContextImplementor.getIdentifierBridgeToDocumentIdentifierContext() |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.