Uses of Record Class
com.loomcache.server.query.SqlMapping
Packages that use SqlMapping
-
Uses of SqlMapping in com.loomcache.server.datastructures
Methods in com.loomcache.server.datastructures that return types with arguments of type SqlMappingModifier and TypeMethodDescriptionDataStructureRegistry.getSqlMapping(String name) DataStructureRegistry.sqlMappings()Methods in com.loomcache.server.datastructures with parameters of type SqlMappingModifier and TypeMethodDescriptionbooleanDataStructureRegistry.putSqlMapping(SqlMapping mapping, boolean replaceExisting) -
Uses of SqlMapping in com.loomcache.server.query
Methods in com.loomcache.server.query that return SqlMappingModifier and TypeMethodDescriptionSqlParser.CreateMappingStatement.mapping()Returns the value of themappingrecord component.Constructors in com.loomcache.server.query with parameters of type SqlMappingModifierConstructorDescriptionCreateMappingStatement(SqlMapping mapping, boolean replaceExisting) Creates an instance of aCreateMappingStatementrecord class.