Uses of Class
org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl.JDBCConfigurationState
-
Packages that use JDBCFetchConfigurationImpl.JDBCConfigurationState Package Description org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. -
-
Uses of JDBCFetchConfigurationImpl.JDBCConfigurationState in org.apache.openjpa.jdbc.kernel
Fields in org.apache.openjpa.jdbc.kernel declared as JDBCFetchConfigurationImpl.JDBCConfigurationState Modifier and Type Field Description protected JDBCFetchConfigurationImpl.JDBCConfigurationState
JDBCFetchConfigurationImpl. _state
Constructors in org.apache.openjpa.jdbc.kernel with parameters of type JDBCFetchConfigurationImpl.JDBCConfigurationState Constructor Description JDBCFetchConfigurationImpl(FetchConfigurationImpl.ConfigurationState state, JDBCFetchConfigurationImpl.JDBCConfigurationState jstate)
-
Uses of JDBCFetchConfigurationImpl.JDBCConfigurationState in org.apache.openjpa.slice.jdbc
Constructors in org.apache.openjpa.slice.jdbc with parameters of type JDBCFetchConfigurationImpl.JDBCConfigurationState Constructor Description TargetFetchConfiguration(FetchConfigurationImpl.ConfigurationState state, JDBCFetchConfigurationImpl.JDBCConfigurationState jstate)
-