Uses of Interface
com.blazebit.expression.persistence.PersistenceStringlyTypeHandlerCombined
| Package | Description |
|---|---|
| com.blazebit.expression.persistence |
Blaze-Expression Persistence related serializers and domain contributors as well as JPQL function interpreter implementations.
|
-
Uses of PersistenceStringlyTypeHandlerCombined in com.blazebit.expression.persistence
Methods in com.blazebit.expression.persistence with parameters of type PersistenceStringlyTypeHandlerCombined Modifier and Type Method Description static voidPersistenceStringlyTypeUtils. registerGlobalStringlyTypeDestructor(com.blazebit.domain.boot.model.DomainBuilder domainBuilder, String typeName, PersistenceStringlyTypeHandlerCombined<?> stringlyTypeHandler)Registers the given stringly type handler for the global destructor under the given destructor name for the given type name.static voidPersistenceStringlyTypeUtils. registerGlobalStringlyTypeDestructor(com.blazebit.domain.boot.model.DomainBuilder domainBuilder, String typeName, String destructorName, String destructorDocumentationKey, String destructorArgumentDocumentationKey, PersistenceStringlyTypeHandlerCombined<?> stringlyTypeHandler)Registers the given stringly type handler for the global destructor under the given destructor name for the given type name.static voidPersistenceStringlyTypeUtils. registerGlobalStringlyTypeDestructor(com.blazebit.domain.boot.model.DomainBuilder domainBuilder, String typeName, String destructorName, String destructorDocumentationKey, String destructorArgumentDocumentationKey, ClassLoader resourceBundleClassLoader, PersistenceStringlyTypeHandlerCombined<?> stringlyTypeHandler)Registers the given stringly type handler for the global destructor under the given destructor name for the given type name.static voidPersistenceStringlyTypeUtils. registerPersistenceStringlyType(com.blazebit.domain.boot.model.DomainBuilder domainBuilder, String name, PersistenceStringlyTypeHandlerCombined<?> stringlyTypeHandler)Registers the given stringly type to the given domain builder along with constructor function and destructor function.static voidPersistenceStringlyTypeUtils. registerPersistenceStringlyType(com.blazebit.domain.boot.model.DomainBuilder domainBuilder, String name, ClassLoader resourceBundleClassLoader, PersistenceStringlyTypeHandlerCombined<?> stringlyTypeHandler)Registers the given stringly type to the given domain builder along with constructor function and destructor function.static voidPersistenceStringlyTypeUtils. registerSimpleStringlyType(com.blazebit.domain.boot.model.DomainBuilder domainBuilder, String name, PersistenceStringlyTypeHandlerCombined<?> stringlyTypeHandler)Registers the given stringly type to the given domain builder without constructor or destructor.static voidPersistenceStringlyTypeUtils. registerStringlyType(com.blazebit.domain.boot.model.DomainBuilder domainBuilder, String name, PersistenceStringlyTypeHandlerCombined<?> stringlyTypeHandler)Registers the given stringly type to the given domain builder along with constructor function and destructor function.static voidPersistenceStringlyTypeUtils. registerStringlyType(com.blazebit.domain.boot.model.DomainBuilder domainBuilder, String name, ClassLoader resourceBundleClassLoader, PersistenceStringlyTypeHandlerCombined<?> stringlyTypeHandler)Registers the given stringly type to the given domain builder along with constructor function and destructor function.static voidPersistenceStringlyTypeUtils. registerStringlyType(com.blazebit.domain.boot.model.DomainBuilder domainBuilder, String name, ClassLoader resourceBundleClassLoader, String constructorDocumentationKey, String destructorDocumentationKey, PersistenceStringlyTypeHandlerCombined<?> stringlyTypeHandler)Registers the given stringly type to the given domain builder along with constructor function and destructor function.static voidPersistenceStringlyTypeUtils. registerStringlyType(com.blazebit.domain.boot.model.DomainBuilder domainBuilder, String name, String constructorDocumentationKey, String destructorDocumentationKey, PersistenceStringlyTypeHandlerCombined<?> stringlyTypeHandler)Registers the given stringly type to the given domain builder along with constructor function and destructor function.static voidPersistenceStringlyTypeUtils. registerStringlyType(com.blazebit.domain.boot.model.DomainBuilder domainBuilder, String name, String constructorName, String destructorName, ClassLoader resourceBundleClassLoader, String constructorDocumentationKey, String destructorDocumentationKey, PersistenceStringlyTypeHandlerCombined<?> stringlyTypeHandler)Registers the given stringly type to the given domain builder along with constructor function and destructor function.static voidPersistenceStringlyTypeUtils. registerStringlyType(com.blazebit.domain.boot.model.DomainBuilder domainBuilder, String name, String constructorName, String destructorName, ClassLoader resourceBundleClassLoader, String constructorDocumentationKey, String constructorArgumentDocumentationKey, String destructorDocumentationKey, String destructorArgumentDocumentationKey, boolean registerGlobalDestructor, PersistenceStringlyTypeHandlerCombined<?> stringlyTypeHandler)Registers the given stringly type to the given domain builder along with constructor function and destructor function.static voidPersistenceStringlyTypeUtils. registerStringlyType(com.blazebit.domain.boot.model.DomainBuilder domainBuilder, String name, String constructorName, String destructorName, String constructorDocumentationKey, String destructorDocumentationKey, PersistenceStringlyTypeHandlerCombined<?> stringlyTypeHandler)Registers the given stringly type to the given domain builder along with constructor function and destructor function.