public abstract class AbstractPojoMappingImplementor<M> extends Object implements MappingImplementor<M>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AbstractPojoMappingImplementor.CloseDelegate |
| Constructor and Description |
|---|
AbstractPojoMappingImplementor(PojoMappingDelegate delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected PojoMappingDelegate |
getDelegate() |
void |
onClose(AbstractPojoMappingImplementor.CloseDelegate closeable) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoAPIpublic AbstractPojoMappingImplementor(PojoMappingDelegate delegate)
public void close()
close in interface AutoCloseableclose in interface MappingImplementor<M>protected final PojoMappingDelegate getDelegate()
public void onClose(AbstractPojoMappingImplementor.CloseDelegate closeable)
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.