Uses of Class
org.apache.openjpa.slice.Slice
Packages that use Slice
Package
Description
Extended OpenJPA Interfaces for distributed databases.
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
-
Uses of Slice in org.apache.openjpa.slice
Methods in org.apache.openjpa.slice that return SliceModifier and TypeMethodDescriptionAdds the given slice with the given properties.Gets the Slice for a given name.Methods in org.apache.openjpa.slice that return types with arguments of type SliceModifier and TypeMethodDescriptionDistributedConfiguration.getSlices(Slice.Status... statuses) Gets the slices of given status.Methods in org.apache.openjpa.slice with parameters of type SliceModifier and TypeMethodDescriptionAdds the given slice with the given properties.int -
Uses of Slice in org.apache.openjpa.slice.jdbc
Methods in org.apache.openjpa.slice.jdbc that return SliceModifier and TypeMethodDescriptionDistributedJDBCConfiguration.getMasterSlice()Gets the master slice.DistributedJDBCConfigurationImpl.getMasterSlice()Gets the master slice.Get the Slice of the given slice.SliceStoreManager.getSlice()Gets the slice for which this receiver is working.Methods in org.apache.openjpa.slice.jdbc that return types with arguments of type SliceModifier and TypeMethodDescriptionDistributedJDBCConfigurationImpl.getSlices(Slice.Status... statuses) Gets the slices of given status.Constructors in org.apache.openjpa.slice.jdbc with parameters of type SliceModifierConstructorDescriptionSliceStoreManager(Slice slice) Construct with immutable logical name of the slice.