Uses of Class
org.synchronoss.cpo.core.meta.MethodMapEntry
Packages that use MethodMapEntry
Package
Description
-
Uses of MethodMapEntry in org.synchronoss.cpo.cassandra.meta
Subclasses of MethodMapEntry in org.synchronoss.cpo.cassandra.metaModifier and TypeClassDescriptionclassCassandraMethodMapEntry is a class that defines the getters and setters for Cassandra-specific data classes -
Uses of MethodMapEntry in org.synchronoss.cpo.core.meta
Classes in org.synchronoss.cpo.core.meta with type parameters of type MethodMapEntryModifier and TypeClassDescriptionclassMethodMapper<T extends MethodMapEntry<?,?>> MethodMapper maps java classes to the datastore-specific getter and setter methods used to bind them. -
Uses of MethodMapEntry in org.synchronoss.cpo.jdbc.meta
Subclasses of MethodMapEntry in org.synchronoss.cpo.jdbc.metaModifier and TypeClassDescriptionclassJdbcMethodMapEntry<J,D> MethodMapEntry is a class defines the getters and setters for JDBC specific data classes