public class ClassCustomPersistenceHandlerAdapter extends CustomPersistenceHandlerAdapter
CustomPersistenceHandlerAdapter
that provides a method for class detection
based on the provided constructor.DEFAULT_ORDER
Constructor and Description |
---|
ClassCustomPersistenceHandlerAdapter(Class<?>... classes) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
classMatches(PersistencePackage pkg) |
protected boolean |
isAdornedListperation(PersistencePackage pkg) |
protected boolean |
isBasicOperation(PersistencePackage pkg) |
protected boolean |
isMapOperation(PersistencePackage pkg) |
add, canHandleAdd, canHandleFetch, canHandleInspect, canHandleRemove, canHandleUpdate, fetch, getMetadata, getOrder, getResultSet, inspect, remove, update, willHandleSecurity
public ClassCustomPersistenceHandlerAdapter(Class<?>... classes)
protected boolean classMatches(PersistencePackage pkg)
protected boolean isBasicOperation(PersistencePackage pkg)
protected boolean isMapOperation(PersistencePackage pkg)
protected boolean isAdornedListperation(PersistencePackage pkg)
Copyright © 2017. All rights reserved.