Uses of Class
org.pjdbc.capabilities.PjdbcCapabilities
Packages that use PjdbcCapabilities
-
Uses of PjdbcCapabilities in org.pjdbc.capabilities
Methods in org.pjdbc.capabilities that return PjdbcCapabilitiesModifier and TypeMethodDescriptionPjdbcCapabilities.Builder.build()static PjdbcCapabilitiesPjdbcCapabilities.load()Loads capabilities, trying manifest first then falling back to reflection.static PjdbcCapabilitiesPjdbcCapabilities.loadFromManifest()Forces loading from the manifest only.static PjdbcCapabilitiesPjdbcCapabilities.loadFromReflection()Forces loading via runtime reflection on annotated driver classes.static PjdbcCapabilitiesPjdbcCapabilities.reload()Forces a reload of capabilities, trying manifest first then reflection. -
Uses of PjdbcCapabilities in org.pjdbc.validation
Methods in org.pjdbc.validation with parameters of type PjdbcCapabilitiesModifier and TypeMethodDescriptionCompositionValidator.Builder.capabilities(PjdbcCapabilities caps) Sets custom capabilities source.