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, wait
toAPI
public AbstractPojoMappingImplementor(PojoMappingDelegate delegate)
public void close()
close
in interface AutoCloseable
close
in interface MappingImplementor<M>
protected final PojoMappingDelegate getDelegate()
public void onClose(AbstractPojoMappingImplementor.CloseDelegate closeable)
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.