All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected String |
buildNativeQuery(BackendQuery<String> customQuery,
QueryParameters queryParameters) |
protected Map.Entry<String,Map<String,Object>> |
buildProcedureQueryWithParams(String storedProcedureName,
ProcedureQueryParameters queryParameters) |
protected RowKey |
convert(AssociationKey associationKey,
TupleSnapshot snapshot) |
Association |
createAssociation(AssociationKey associationKey,
AssociationContext associationContext) |
protected abstract A |
createNeo4jAssociationQueries(EntityKeyMetadata ownerEntityKeyMetadata,
AssociationKeyMetadata associationKeyMetadata) |
protected abstract E |
createNeo4jEntityQueries(EntityKeyMetadata entityKeyMetadata,
TupleTypeContext tupleTypeContext) |
Tuple |
createTuple(EntityKey key,
OperationContext operationContext) |
protected EntityKeyMetadata |
entityKeyMetadata(EntityKeyMetadata keyMetadata,
TupleTypeContext tupleTypeContext) |
protected EntityKeyMetadata |
entityKeyMetadata(org.hibernate.ogm.persister.impl.OgmEntityPersister ogmEntityPersister) |
int |
executeBackendUpdateQuery(BackendQuery<String> query,
QueryParameters queryParameters,
TupleContext tupleContext) |
protected A |
getAssociationQueries(AssociationKeyMetadata associationKeyMetadata) |
DuplicateInsertPreventionStrategy |
getDuplicateInsertPreventionStrategy(EntityKeyMetadata entityKeyMetadata) |
protected EntityKey |
getEntityKey(Tuple tuple,
AssociatedEntityKeyMetadata associatedEntityKeyMetadata)
Returns the key of the entity targeted by the represented association, retrieved from the given tuple.
|
protected E |
getEntityQueries(EntityKeyMetadata entityKeyMetadata,
OperationContext operationContext) |
protected E |
getEntityQueries(EntityKeyMetadata entityKeyMetadata,
TupleTypeContext tupleTypeContext) |
ParameterMetadataBuilder |
getParameterMetadataBuilder() |
protected Map<String,Object> |
getParameters(QueryParameters queryParameters) |
ServiceRegistryImplementor |
getServiceRegistry() |
protected Map<AssociationKeyMetadata,A> |
initializeAssociationQueries(SessionFactoryImplementor sessionFactoryImplementor) |
void |
injectServices(ServiceRegistryImplementor serviceRegistry) |
static boolean |
isPartOfRegularEmbedded(String[] keyColumnNames,
String column)
A regular embedded is an element that it is embedded but it is not a key or a collection.
|
boolean |
isStoredInEntityStructure(AssociationKeyMetadata associationKeyMetadata,
AssociationTypeContext associationTypeContext) |
GridType |
overrideType(Type type) |
String |
parseNativeQuery(String nativeQuery) |
void |
sessionFactoryCreated(SessionFactoryImplementor sessionFactoryImplementor) |
boolean |
supportsSequences() |
boolean |
usesNavigationalInformationForInverseSideOfAssociations() |