Uses of Interface
com.blazebit.expression.persistence.PersistenceStringlyTypeHandler
| Package | Description |
|---|---|
| com.blazebit.expression.persistence |
Blaze-Expression Persistence related serializers and domain contributors as well as JPQL function interpreter implementations.
|
-
Uses of PersistenceStringlyTypeHandler in com.blazebit.expression.persistence
Subinterfaces of PersistenceStringlyTypeHandler in com.blazebit.expression.persistence Modifier and Type Interface Description interfacePersistenceStringlyTypeHandlerCombined<T>A combined contract for persistence and interpretation to allow uses of lambdas inPersistenceStringlyTypeUtils.Fields in com.blazebit.expression.persistence declared as PersistenceStringlyTypeHandler Modifier and Type Field Description static PersistenceStringlyTypeHandlerPersistenceStringlyTypeHandler. INSTANCEA pass through handler.Methods in com.blazebit.expression.persistence that return PersistenceStringlyTypeHandler Modifier and Type Method Description PersistenceStringlyTypeHandlerPersistenceStringlyTypeHandlerMetadataDefinition. build(com.blazebit.domain.boot.model.MetadataDefinitionHolder definitionHolder)Methods in com.blazebit.expression.persistence that return types with arguments of type PersistenceStringlyTypeHandler Modifier and Type Method Description Class<PersistenceStringlyTypeHandler>PersistenceStringlyTypeHandlerMetadataDefinition. getJavaType()Methods in com.blazebit.expression.persistence with parameters of type PersistenceStringlyTypeHandler Modifier and Type Method Description static voidPersistenceStringlyTypeUtils. registerGlobalStringlyTypeDestructor(com.blazebit.domain.boot.model.DomainBuilder domainBuilder, String typeName, StringlyTypeHandler<?> stringlyTypeHandler, PersistenceStringlyTypeHandler persistenceStringlyTypeHandler)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, StringlyTypeHandler<?> stringlyTypeHandler, PersistenceStringlyTypeHandler persistenceStringlyTypeHandler)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, StringlyTypeHandler<?> stringlyTypeHandler, PersistenceStringlyTypeHandler persistenceStringlyTypeHandler)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, StringlyTypeHandler<?> stringlyTypeHandler, PersistenceStringlyTypeHandler persistenceStringlyTypeHandler)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, StringlyTypeHandler<?> stringlyTypeHandler, PersistenceStringlyTypeHandler persistenceStringlyTypeHandler)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, String constructorName, String destructorName, boolean registerGlobalDestructor, StringlyTypeHandler<?> stringlyTypeHandler, PersistenceStringlyTypeHandler persistenceStringlyTypeHandler)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, StringlyTypeHandler<?> stringlyTypeHandler, PersistenceStringlyTypeHandler persistenceStringlyTypeHandler)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, StringlyTypeHandler<?> stringlyTypeHandler, PersistenceStringlyTypeHandler persistenceStringlyTypeHandler)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, StringlyTypeHandler<?> stringlyTypeHandler, PersistenceStringlyTypeHandler persistenceStringlyTypeHandler)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, StringlyTypeHandler<?> stringlyTypeHandler, PersistenceStringlyTypeHandler persistenceStringlyTypeHandler)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, StringlyTypeHandler<?> stringlyTypeHandler, PersistenceStringlyTypeHandler persistenceStringlyTypeHandler)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, StringlyTypeHandler<?> stringlyTypeHandler, PersistenceStringlyTypeHandler persistenceStringlyTypeHandler)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, StringlyTypeHandler<?> stringlyTypeHandler, PersistenceStringlyTypeHandler persistenceStringlyTypeHandler)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, StringlyTypeHandler<?> stringlyTypeHandler, PersistenceStringlyTypeHandler persistenceStringlyTypeHandler)Registers the given stringly type to the given domain builder along with constructor function and destructor function.Constructors in com.blazebit.expression.persistence with parameters of type PersistenceStringlyTypeHandler Constructor Description PersistenceStringlyTypeHandlerMetadataDefinition(PersistenceStringlyTypeHandler persistenceStringlyTypeHandler)Create a new metadata definition with the given stringly type handler.