Extended GORM Enhancer that fills out the remaining GORM for Hibernate methods and implements string-based query support via HQL.
Constructor and description |
---|
HibernateGormEnhancer
(HibernateDatastore datastore, org.springframework.transaction.PlatformTransactionManager transactionManager) |
Type | Name and description |
---|---|
java.util.Set<java.lang.String> |
allQualifiers(Datastore datastore, PersistentEntity entity) |
protected boolean |
appliesToDatastore(Datastore datastore, PersistentEntity entity) |
protected GormInstanceApi<D> |
getInstanceApi(java.lang.Class<D> cls) |
protected GormStaticApi<D> |
getStaticApi(java.lang.Class<D> cls) |
protected GormValidationApi<D> |
getValidationApi(java.lang.Class<D> cls) |
protected void |
registerConstraints(Datastore datastore) |
Methods inherited from class | Name |
---|---|
class GormEnhancer |
addInstanceMethods, addStaticMethods, allQualifiers, appliesToDatastore, close, createDynamicFinders, doesRealMethodExist, enhance, enhance, findDatastore, findEntity, findInstanceApi, findNamedQuery, findStaticApi, findValidationApi, getFinders, getInstanceApi, getInstanceMethodApiProviders, getStaticApi, getValidationApi, isRealMethod, registerConstraints, registerInstanceMethod, registerStaticMethod, removeConstraints |
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |