Uses of Record Class
org.litebridgedb.orm.persistence.PipedStatement
Packages that use PipedStatement
Package
Description
Persistence subsystem; contains classes for saving/updating/deleting DTOs
-
Uses of PipedStatement in org.litebridgedb.orm.persistence
Methods in org.litebridgedb.orm.persistence that return PipedStatementModifier and TypeMethodDescription@Nullable PipedStatementStatementChain.getDependency(Object dto) Methods in org.litebridgedb.orm.persistence that return types with arguments of type PipedStatementModifier and TypeMethodDescriptionStatementChain.getDependants()StatementChain.getDependencies()Methods in org.litebridgedb.orm.persistence with parameters of type PipedStatementModifier and TypeMethodDescriptionvoidStatementChain.addDependant(Object dto, PipedStatement dependant) voidStatementChain.addDependency(Object dto, PipedStatement dependency)