A C D E F G H I J K L M P R S T U V 

A

addColumnToCollection(CFMappingDef<?>, Object, String, byte[]) - Method in class me.prettyprint.hom.CollectionMapperHelper
 
addDerivedClassMap(CFMappingDef<? extends T>) - Method in class me.prettyprint.hom.CFMappingDef
 
addIdPropertyMap(PropertyMappingDefinition) - Method in class me.prettyprint.hom.KeyDefinition
 
addPropertyDefinition(PropertyMappingDefinition) - Method in class me.prettyprint.hom.CFMappingDef
 
AnnotationScanner - Interface in me.prettyprint.hom.annotations
Scan for classes annotated with an annotation.
AnonymousParserValidator - Class in me.prettyprint.hom.cache
Parse, validate, and set defaults if needed for Inheritance functionality.
AnonymousParserValidator() - Constructor for class me.prettyprint.hom.cache.AnonymousParserValidator
 
AnonymousPropertyHandling - Annotation Type in me.prettyprint.hom.annotations
Annotation for marking the method used to add "anonymous" properties to the POJO.

C

CassandraPersistenceProvider - Class in me.prettyprint.hom
 
CassandraPersistenceProvider() - Constructor for class me.prettyprint.hom.CassandraPersistenceProvider
 
CFMappingDef<T> - Class in me.prettyprint.hom
Holder for the mapping between a Class annotated with Entity and the Cassandra column family name.
CFMappingDef(Class<T>) - Constructor for class me.prettyprint.hom.CFMappingDef
 
ClassCacheMgr - Class in me.prettyprint.hom
Manage parsing and caching of class meta-data.
ClassCacheMgr() - Constructor for class me.prettyprint.hom.ClassCacheMgr
 
CLASSPATH_PREFIX_PROP - Static variable in class me.prettyprint.hom.EntityManagerConfigurator
 
clear() - Method in class me.prettyprint.hom.EntityManagerImpl
 
close() - Method in class me.prettyprint.hom.EntityManagerFactoryImpl
 
close() - Method in class me.prettyprint.hom.EntityManagerImpl
 
CLUSTER_NAME_PROP - Static variable in class me.prettyprint.hom.EntityManagerConfigurator
 
CollectionMapperHelper - Class in me.prettyprint.hom
 
CollectionMapperHelper() - Constructor for class me.prettyprint.hom.CollectionMapperHelper
 
CollectionMapperHelper.CollectionInfoColValue - Class in me.prettyprint.hom
 
CollectionMapperHelper.CollectionInfoColValue(String, int) - Constructor for class me.prettyprint.hom.CollectionMapperHelper.CollectionInfoColValue
 
CollectionMapperHelper.CollectionItemColName - Class in me.prettyprint.hom
 
CollectionMapperHelper.CollectionItemColName(String, int) - Constructor for class me.prettyprint.hom.CollectionMapperHelper.CollectionItemColName
 
Column - Annotation Type in me.prettyprint.hom.annotations
Annotation for specifying which POJO properties should be mapped to Cassandra columns.
ColumnParser - Class in me.prettyprint.hom.cache
Parse, validate, and set defaults if needed for Inheritance functionality.
ColumnParser() - Constructor for class me.prettyprint.hom.cache.ColumnParser
 
ColumnParserValidator - Interface in me.prettyprint.hom.cache
 
concat(List<byte[]>) - Method in class me.prettyprint.hom.KeyConcatenationDelimiterStrategyImpl
 
concat(List<byte[]>) - Method in interface me.prettyprint.hom.KeyConcatenationStrategy
Concatenate the byte[] List into a single byte[].
contains(Object) - Method in class me.prettyprint.hom.EntityManagerImpl
 
convertCassTypeToObjType(PropertyMappingDefinition, byte[]) - Method in interface me.prettyprint.hom.converters.Converter
Convert Cassandra byte[] to Java type.
convertCassTypeToObjType(PropertyMappingDefinition, byte[]) - Method in class me.prettyprint.hom.converters.DefaultConverter
 
convertCassTypeToObjType(PropertyMappingDefinition, byte[]) - Method in class me.prettyprint.hom.converters.JodaTimeHectorConverter
 
convertCassTypeToObjType(PropertyMappingDefinition, byte[]) - Method in class me.prettyprint.hom.converters.VariableIntegerConverter
 
Converter<T> - Interface in me.prettyprint.hom.converters
Interface defining a custom object mapper conversion.
convertObjTypeToCassType(T) - Method in interface me.prettyprint.hom.converters.Converter
Convert Java type to byte[].
convertObjTypeToCassType(Object) - Method in class me.prettyprint.hom.converters.DefaultConverter
 
convertObjTypeToCassType(DateTime) - Method in class me.prettyprint.hom.converters.JodaTimeHectorConverter
 
convertObjTypeToCassType(Object) - Method in class me.prettyprint.hom.converters.VariableIntegerConverter
 
createCollectionInfoColValue(Collection<Object>) - Method in class me.prettyprint.hom.CollectionMapperHelper
 
createCollectionItemColName(String, int) - Method in class me.prettyprint.hom.CollectionMapperHelper
 
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class me.prettyprint.hom.CassandraPersistenceProvider
 
createEntityManager() - Method in class me.prettyprint.hom.EntityManagerFactoryImpl
 
createEntityManager(Map) - Method in class me.prettyprint.hom.EntityManagerFactoryImpl
 
createEntityManagerFactory(String, Map) - Method in class me.prettyprint.hom.CassandraPersistenceProvider
 
createNamedQuery(String) - Method in class me.prettyprint.hom.EntityManagerImpl
 
createNamedQuery(String, Class<T>) - Method in class me.prettyprint.hom.EntityManagerImpl
 
createNativeQuery(String) - Method in class me.prettyprint.hom.EntityManagerImpl
 
createNativeQuery(String, Class) - Method in class me.prettyprint.hom.EntityManagerImpl
 
createNativeQuery(String, String) - Method in class me.prettyprint.hom.EntityManagerImpl
 
createQuery(String) - Method in class me.prettyprint.hom.EntityManagerImpl
 
createQuery(CriteriaQuery<T>) - Method in class me.prettyprint.hom.EntityManagerImpl
 
createQuery(String, Class<T>) - Method in class me.prettyprint.hom.EntityManagerImpl
 

D

DefaultAnnotationScanner - Class in me.prettyprint.hom.annotations
Scan for classes annotated with an annotation.
DefaultAnnotationScanner() - Constructor for class me.prettyprint.hom.annotations.DefaultAnnotationScanner
 
DefaultConverter - Class in me.prettyprint.hom.converters
Default converter used when none specified in Column annotation.
DefaultConverter() - Constructor for class me.prettyprint.hom.converters.DefaultConverter
 
deserializeCollectionValue(byte[]) - Method in class me.prettyprint.hom.CollectionMapperHelper
 
detach(Object) - Method in class me.prettyprint.hom.EntityManagerImpl
 
determineSerializer(Class<?>) - Static method in class me.prettyprint.hom.HectorObjectMapper
 

E

EntityManagerConfigurator - Class in me.prettyprint.hom
Config wrapper around the properties map required in the JPA specification
EntityManagerConfigurator(Map<String, Object>) - Constructor for class me.prettyprint.hom.EntityManagerConfigurator
Construct an EntityManagerConfigurator to extract the propeties related to entity management
EntityManagerConfigurator(Map<String, Object>, CassandraHostConfigurator) - Constructor for class me.prettyprint.hom.EntityManagerConfigurator
Same as single argument version, but allows for (nullable) CassandraHostConfigurator to be provided explicitly
EntityManagerFactoryImpl - Class in me.prettyprint.hom
 
EntityManagerFactoryImpl(PersistenceUnitInfo, Keyspace, AnnotationScanner) - Constructor for class me.prettyprint.hom.EntityManagerFactoryImpl
 
EntityManagerImpl - Class in me.prettyprint.hom
Handles entity management by scanning classpath for classes annotated with Entity and providing basic load and save methods.
EntityManagerImpl(Keyspace, String) - Constructor for class me.prettyprint.hom.EntityManagerImpl
 
EntityManagerImpl(Keyspace, AnnotationScanner, String) - Constructor for class me.prettyprint.hom.EntityManagerImpl
 
EntityManagerImpl(Keyspace, String[]) - Constructor for class me.prettyprint.hom.EntityManagerImpl
 
EntityManagerImpl(Keyspace, AnnotationScanner, String[]) - Constructor for class me.prettyprint.hom.EntityManagerImpl
 
EntityManagerImpl(Keyspace, EntityManagerFactory, Class<?>...) - Constructor for class me.prettyprint.hom.EntityManagerImpl
 
EntityManagerImpl(Keyspace, String[], ClassCacheMgr, HectorObjectMapper, AnnotationScanner) - Constructor for class me.prettyprint.hom.EntityManagerImpl
 
EntityManagerImpl(Keyspace, EntityManagerFactoryImpl, String[], AnnotationScanner) - Constructor for class me.prettyprint.hom.EntityManagerImpl
 
equals(Object) - Method in class me.prettyprint.hom.CollectionMapperHelper.CollectionInfoColValue
 
equals(Object) - Method in class me.prettyprint.hom.CollectionMapperHelper.CollectionItemColName
 

F

find(Class<T>, Object) - Method in class me.prettyprint.hom.EntityManagerImpl
Load an entity instance.
find(Class<T>, Object, ColumnSlice<String, byte[]>) - Method in class me.prettyprint.hom.EntityManagerImpl
Load an entity instance given the raw column slice.
find(Class<T>, Object, Map<String, Object>) - Method in class me.prettyprint.hom.EntityManagerImpl
 
find(Class<T>, Object, LockModeType) - Method in class me.prettyprint.hom.EntityManagerImpl
 
find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in class me.prettyprint.hom.EntityManagerImpl
 
findAnnotatedMethod(Class<?>, Class<? extends Annotation>) - Method in class me.prettyprint.hom.ClassCacheMgr
Find method annotated with the given annotation.
findBaseClassViaMappings(CFMappingDef<T>) - Method in class me.prettyprint.hom.ClassCacheMgr
Examine class hierarchy using CFMappingDef objects to discover the given class' "base inheritance" class.
flush() - Method in class me.prettyprint.hom.EntityManagerImpl
 

G

getAllProperties() - Method in class me.prettyprint.hom.CFMappingDef
 
getAnonymousPropertyAddHandler() - Method in class me.prettyprint.hom.CFMappingDef
 
getAnonymousPropertyGetHandler() - Method in class me.prettyprint.hom.CFMappingDef
 
getAnonymousValueSerializer() - Method in class me.prettyprint.hom.CFMappingDef
 
getAnonymousValueType() - Method in class me.prettyprint.hom.CFMappingDef
 
getCache() - Method in class me.prettyprint.hom.EntityManagerFactoryImpl
 
getCassandraHostConfigurator() - Method in class me.prettyprint.hom.EntityManagerConfigurator
 
getCfBaseMapDef() - Method in class me.prettyprint.hom.CFMappingDef
 
getCfMapDef(Class<T>, boolean) - Method in class me.prettyprint.hom.ClassCacheMgr
Retrieve class mapping meta-data by Class object.
getCfMapDef(String, boolean) - Method in class me.prettyprint.hom.ClassCacheMgr
Retrieve class mapping meta-data by ColumnFamily name.
getCfSuperMapDef() - Method in class me.prettyprint.hom.CFMappingDef
 
getClasspathPrefix() - Method in class me.prettyprint.hom.EntityManagerConfigurator
 
getClusterName() - Method in class me.prettyprint.hom.EntityManagerConfigurator
 
getColFamName() - Method in class me.prettyprint.hom.CFMappingDef
 
getCollectionProperties() - Method in class me.prettyprint.hom.CFMappingDef
 
getCollectionType() - Method in class me.prettyprint.hom.PropertyMappingDefinition
 
getCollTypeName() - Method in class me.prettyprint.hom.CollectionMapperHelper.CollectionInfoColValue
 
getColName() - Method in class me.prettyprint.hom.PropertyMappingDefinition
 
getConverter() - Method in class me.prettyprint.hom.PropertyMappingDefinition
 
getCriteriaBuilder() - Method in class me.prettyprint.hom.EntityManagerFactoryImpl
 
getCriteriaBuilder() - Method in class me.prettyprint.hom.EntityManagerImpl
 
getDelegate() - Method in class me.prettyprint.hom.EntityManagerImpl
 
getDelimiter() - Method in class me.prettyprint.hom.KeyConcatenationDelimiterStrategyImpl
 
getDerivedClassMap() - Method in class me.prettyprint.hom.CFMappingDef
 
getDiscColumn() - Method in class me.prettyprint.hom.CFMappingDef
 
getDiscType() - Method in class me.prettyprint.hom.CFMappingDef
 
getDiscValue() - Method in class me.prettyprint.hom.CFMappingDef
 
getEffectiveClass() - Method in class me.prettyprint.hom.CFMappingDef
 
getEffectiveColFamName() - Method in class me.prettyprint.hom.CFMappingDef
 
getEntityManagerFactory() - Method in class me.prettyprint.hom.EntityManagerImpl
 
getFieldPropertyDescriptorMap(Class<?>) - Method in class me.prettyprint.hom.ClassCacheMgr
 
getFlushMode() - Method in class me.prettyprint.hom.EntityManagerImpl
 
getIdPropertyMap() - Method in class me.prettyprint.hom.KeyDefinition
 
getInheritanceType() - Method in class me.prettyprint.hom.CFMappingDef
 
getKeyDef() - Method in class me.prettyprint.hom.CFMappingDef
 
getKeyspace() - Method in class me.prettyprint.hom.EntityManagerConfigurator
 
getLockMode(Object) - Method in class me.prettyprint.hom.EntityManagerImpl
 
getMetamodel() - Method in class me.prettyprint.hom.EntityManagerFactoryImpl
 
getMetamodel() - Method in class me.prettyprint.hom.EntityManagerImpl
 
getObject(Keyspace, String, I) - Method in class me.prettyprint.hom.HectorObjectMapper
Retrieve columns from cassandra keyspace and column family, instantiate a new object of required type, and then map them to the object's properties.
getOrder() - Method in class me.prettyprint.hom.CollectionMapperHelper.CollectionItemColName
 
getPersistenceUnitUtil() - Method in class me.prettyprint.hom.EntityManagerFactoryImpl
 
getPkClazz() - Method in class me.prettyprint.hom.KeyDefinition
 
getPropDesc() - Method in class me.prettyprint.hom.PropertyMappingDefinition
 
getProperties() - Method in class me.prettyprint.hom.EntityManagerFactoryImpl
 
getProperties() - Method in class me.prettyprint.hom.EntityManagerImpl
 
getPropertyDescriptorMap() - Method in class me.prettyprint.hom.KeyDefinition
 
getPropertyGently(Map<String, Object>, String, boolean) - Static method in class me.prettyprint.hom.EntityManagerConfigurator
 
getPropertyName() - Method in class me.prettyprint.hom.CollectionMapperHelper.CollectionItemColName
 
getPropMapByColumnName(String) - Method in class me.prettyprint.hom.CFMappingDef
 
getPropMapByPropName(String) - Method in class me.prettyprint.hom.CFMappingDef
 
getProviderUtil() - Method in class me.prettyprint.hom.CassandraPersistenceProvider
 
getRealClass() - Method in class me.prettyprint.hom.CFMappingDef
 
getReference(Class<T>, Object) - Method in class me.prettyprint.hom.EntityManagerImpl
 
getSize() - Method in class me.prettyprint.hom.CollectionMapperHelper.CollectionInfoColValue
 
getSliceColumnNameArr() - Method in class me.prettyprint.hom.CFMappingDef
 
getTransaction() - Method in class me.prettyprint.hom.EntityManagerImpl
 

H

hashCode() - Method in class me.prettyprint.hom.CollectionMapperHelper.CollectionInfoColValue
 
hashCode() - Method in class me.prettyprint.hom.CollectionMapperHelper.CollectionItemColName
 
HectorObjectMapper - Class in me.prettyprint.hom
Maps a slice of HColumns to an object's properties.
HectorObjectMapper(ClassCacheMgr) - Constructor for class me.prettyprint.hom.HectorObjectMapper
 
HectorObjectMapperException - Exception in me.prettyprint.hom.cache
 
HectorObjectMapperException(String) - Constructor for exception me.prettyprint.hom.cache.HectorObjectMapperException
 
HectorObjectMapperException(String, Throwable) - Constructor for exception me.prettyprint.hom.cache.HectorObjectMapperException
 
HectorObjectMapperException(Throwable) - Constructor for exception me.prettyprint.hom.cache.HectorObjectMapperException
 
HomMissingEntityAnnotationException - Exception in me.prettyprint.hom
 
HomMissingEntityAnnotationException(String) - Constructor for exception me.prettyprint.hom.HomMissingEntityAnnotationException
 
HOST_LIST_PROP - Static variable in class me.prettyprint.hom.EntityManagerConfigurator
 

I

Id - Annotation Type in me.prettyprint.hom.annotations
Annotation marking the ID property in the POJO.
IdClassParserValidator - Class in me.prettyprint.hom.cache
 
IdClassParserValidator() - Constructor for class me.prettyprint.hom.cache.IdClassParserValidator
 
InheritanceParserValidator - Class in me.prettyprint.hom.cache
Parse, validate, and set defaults if needed for Inheritance functionality.
InheritanceParserValidator() - Constructor for class me.prettyprint.hom.cache.InheritanceParserValidator
 
initialize(AnnotationScanner, String[]) - Method in class me.prettyprint.hom.EntityManagerImpl
Initialize the manager by scanning the classpath starting with the classpathPrefix, looking for classes annotated with Entity.
initializeCacheForClass(Class<T>) - Method in class me.prettyprint.hom.ClassCacheMgr
For each class that should be managed, this method must be called to parse its annotations and derive its meta-data.
instantiateCollection(Object, HColumn<String, byte[]>, PropertyMappingDefinition) - Method in class me.prettyprint.hom.CollectionMapperHelper
 
invokeGetter(Object, PropertyMappingDefinition) - Method in class me.prettyprint.hom.ReflectionHelper
 
isAbstract() - Method in class me.prettyprint.hom.CFMappingDef
 
isAnonymousHandlerAvailable() - Method in class me.prettyprint.hom.CFMappingDef
 
isAnyCollections() - Method in class me.prettyprint.hom.CFMappingDef
 
isBaseEntity() - Method in class me.prettyprint.hom.CFMappingDef
 
isCollectionType() - Method in class me.prettyprint.hom.PropertyMappingDefinition
 
isColumnSliceRequired() - Method in class me.prettyprint.hom.CFMappingDef
 
isComplexKey() - Method in class me.prettyprint.hom.KeyDefinition
Determines if the key is complex (IdClass, Embedded, etc) or a simple one field type.
isDefaultConverter() - Method in class me.prettyprint.hom.PropertyMappingDefinition
 
isDerivedEntity() - Method in class me.prettyprint.hom.CFMappingDef
 
isImplementedBy(Class<?>, Class<?>) - Static method in class me.prettyprint.hom.HectorObjectMapper
 
isNonPersistableDerivedEntity() - Method in class me.prettyprint.hom.CFMappingDef
 
isOpen() - Method in class me.prettyprint.hom.EntityManagerFactoryImpl
 
isOpen() - Method in class me.prettyprint.hom.EntityManagerImpl
 
isPersistableDerivedEntity() - Method in class me.prettyprint.hom.CFMappingDef
 
isPersistableEntity() - Method in class me.prettyprint.hom.CFMappingDef
 
isSerializable(Class<?>) - Static method in class me.prettyprint.hom.HectorObjectMapper
 
isSimpleIdPresent() - Method in class me.prettyprint.hom.KeyDefinition
Determines if a simple ID is present.

J

JodaTimeHectorConverter - Class in me.prettyprint.hom.converters
 
JodaTimeHectorConverter() - Constructor for class me.prettyprint.hom.converters.JodaTimeHectorConverter
 
joinTransaction() - Method in class me.prettyprint.hom.EntityManagerImpl
 

K

KeyConcatenationDelimiterStrategyImpl - Class in me.prettyprint.hom
Keys in Cassandra cannot inherently be multi-field, so a strategy must be employed to concatenate fields together.
KeyConcatenationDelimiterStrategyImpl() - Constructor for class me.prettyprint.hom.KeyConcatenationDelimiterStrategyImpl
 
KeyConcatenationStrategy - Interface in me.prettyprint.hom
Keys in Cassandra cannot inherently be multi-field, so a strategy must be employed to concatenate fields together.
KeyDefinition - Class in me.prettyprint.hom
Defines properties used for representing and constructing a cassandra key and mapping to/from POJO property(ies).
KeyDefinition() - Constructor for class me.prettyprint.hom.KeyDefinition
 
KEYSPACE_PROP - Static variable in class me.prettyprint.hom.EntityManagerConfigurator
 

L

load(Class<T>, I) - Method in class me.prettyprint.hom.EntityManagerImpl
Deprecated.
load(Class<T>, Object, ColumnSlice<String, byte[]>) - Method in class me.prettyprint.hom.EntityManagerImpl
Deprecated.
lock(Object, LockModeType) - Method in class me.prettyprint.hom.EntityManagerImpl
 
lock(Object, LockModeType, Map<String, Object>) - Method in class me.prettyprint.hom.EntityManagerImpl
 

M

me.prettyprint.hom - package me.prettyprint.hom
 
me.prettyprint.hom.annotations - package me.prettyprint.hom.annotations
 
me.prettyprint.hom.cache - package me.prettyprint.hom.cache
 
me.prettyprint.hom.converters - package me.prettyprint.hom.converters
 
merge(T) - Method in class me.prettyprint.hom.EntityManagerImpl
 

P

parse(ClassCacheMgr, Annotation, CFMappingDef<T>) - Method in class me.prettyprint.hom.cache.AnonymousParserValidator
 
parse(Field, Annotation, PropertyDescriptor, CFMappingDef<T>) - Method in class me.prettyprint.hom.cache.ColumnParser
 
parse(Field, Annotation, PropertyDescriptor, CFMappingDef<T>) - Method in interface me.prettyprint.hom.cache.ColumnParserValidator
 
parse(ClassCacheMgr, Annotation, CFMappingDef<T>) - Method in class me.prettyprint.hom.cache.IdClassParserValidator
 
parse(ClassCacheMgr, Annotation, CFMappingDef<T>) - Method in class me.prettyprint.hom.cache.InheritanceParserValidator
 
parse(ClassCacheMgr, Annotation, CFMappingDef<T>) - Method in interface me.prettyprint.hom.cache.ParserValidator
 
parse(ClassCacheMgr, Annotation, CFMappingDef<T>) - Method in class me.prettyprint.hom.cache.TableParserValidator
 
parseCollectionInfoColValue(byte[]) - Method in class me.prettyprint.hom.CollectionMapperHelper
 
parseCollectionItemColName(String) - Method in class me.prettyprint.hom.CollectionMapperHelper
 
ParserValidator - Interface in me.prettyprint.hom.cache
 
persist(Collection<Object>) - Method in class me.prettyprint.hom.EntityManagerImpl
Save the list of entity intances.
persist(Collection<?>, Mutator<byte[]>) - Method in class me.prettyprint.hom.EntityManagerImpl
Save the list of entity intances.
persist(Object) - Method in class me.prettyprint.hom.EntityManagerImpl
Save the entity instance.
PROP_PREFIX - Static variable in class me.prettyprint.hom.EntityManagerConfigurator
 
PropertyMappingDefinition - Class in me.prettyprint.hom
 
PropertyMappingDefinition(PropertyDescriptor, String, Class<? extends Converter>) - Constructor for class me.prettyprint.hom.PropertyMappingDefinition
 

R

ReflectionHelper - Class in me.prettyprint.hom
 
ReflectionHelper() - Constructor for class me.prettyprint.hom.ReflectionHelper
 
refresh(Object) - Method in class me.prettyprint.hom.EntityManagerImpl
 
refresh(Object, Map<String, Object>) - Method in class me.prettyprint.hom.EntityManagerImpl
 
refresh(Object, LockModeType) - Method in class me.prettyprint.hom.EntityManagerImpl
 
refresh(Object, LockModeType, Map<String, Object>) - Method in class me.prettyprint.hom.EntityManagerImpl
 
remove(Object) - Method in class me.prettyprint.hom.EntityManagerImpl
 

S

save(T) - Method in class me.prettyprint.hom.EntityManagerImpl
Deprecated.
saveObj(Keyspace, T) - Method in class me.prettyprint.hom.HectorObjectMapper
 
saveObjCollection(Keyspace, Collection<?>) - Method in class me.prettyprint.hom.HectorObjectMapper
Persists the object collection using a single batch mutate.
saveObjCollection(Keyspace, Collection<?>, Mutator<byte[]>) - Method in class me.prettyprint.hom.HectorObjectMapper
 
scan(String, Class<? extends Annotation>) - Method in interface me.prettyprint.hom.annotations.AnnotationScanner
 
scan(String, Class<? extends Annotation>) - Method in class me.prettyprint.hom.annotations.DefaultAnnotationScanner
 
serializeCollectionValue(Object) - Method in class me.prettyprint.hom.CollectionMapperHelper
 
setAnonymousPropertyAddHandler(Method) - Method in class me.prettyprint.hom.CFMappingDef
 
setAnonymousPropertyGetHandler(Method) - Method in class me.prettyprint.hom.CFMappingDef
 
setAnonymousValueSerializer(Serializer) - Method in class me.prettyprint.hom.CFMappingDef
 
setAnonymousValueType(Class<?>) - Method in class me.prettyprint.hom.CFMappingDef
 
setCfBaseMapDef(CFMappingDef<? super T>) - Method in class me.prettyprint.hom.CFMappingDef
 
setCfSuperMapDef(CFMappingDef<? super T>) - Method in class me.prettyprint.hom.CFMappingDef
 
setColFamName(String) - Method in class me.prettyprint.hom.CFMappingDef
 
setCollectionType(Class<?>) - Method in class me.prettyprint.hom.PropertyMappingDefinition
 
setDefaults(Class<T>) - Method in class me.prettyprint.hom.CFMappingDef
Setup mapping with defaults for the given class.
setDelimiter(byte[]) - Method in class me.prettyprint.hom.KeyConcatenationDelimiterStrategyImpl
 
setDiscColumn(String) - Method in class me.prettyprint.hom.CFMappingDef
 
setDiscType(DiscriminatorType) - Method in class me.prettyprint.hom.CFMappingDef
 
setDiscValue(Object) - Method in class me.prettyprint.hom.CFMappingDef
 
setFlushMode(FlushModeType) - Method in class me.prettyprint.hom.EntityManagerImpl
 
setInheritanceType(InheritanceType) - Method in class me.prettyprint.hom.CFMappingDef
 
setKeyConcatStrategy(KeyConcatenationStrategy) - Method in class me.prettyprint.hom.HectorObjectMapper
 
setPkClass(Class<?>) - Method in class me.prettyprint.hom.KeyDefinition
 
setProperty(String, Object) - Method in class me.prettyprint.hom.EntityManagerImpl
 
setSliceColumnNameArr(String[]) - Method in class me.prettyprint.hom.CFMappingDef
 
split(byte[]) - Method in class me.prettyprint.hom.KeyConcatenationDelimiterStrategyImpl
 
split(byte[]) - Method in interface me.prettyprint.hom.KeyConcatenationStrategy
Split the byte[] into its fields (or segments).

T

TableParserValidator - Class in me.prettyprint.hom.cache
Parse, validate, and set defaults if needed for Inheritance functionality.
TableParserValidator() - Constructor for class me.prettyprint.hom.cache.TableParserValidator
 
toString() - Method in class me.prettyprint.hom.CFMappingDef
 
toString() - Method in class me.prettyprint.hom.CollectionMapperHelper.CollectionInfoColValue
 
toString() - Method in class me.prettyprint.hom.CollectionMapperHelper.CollectionItemColName
 
toString() - Method in class me.prettyprint.hom.EntityManagerConfigurator
 
toString() - Method in class me.prettyprint.hom.PropertyMappingDefinition
 

U

unwrap(Class<T>) - Method in class me.prettyprint.hom.EntityManagerImpl
 

V

validateAndSetDefaults(ClassCacheMgr, CFMappingDef<T>) - Method in class me.prettyprint.hom.cache.AnonymousParserValidator
 
validateAndSetDefaults(ClassCacheMgr, CFMappingDef<T>) - Method in class me.prettyprint.hom.cache.IdClassParserValidator
 
validateAndSetDefaults(ClassCacheMgr, CFMappingDef<T>) - Method in class me.prettyprint.hom.cache.InheritanceParserValidator
 
validateAndSetDefaults(ClassCacheMgr, CFMappingDef<T>) - Method in interface me.prettyprint.hom.cache.ParserValidator
 
validateAndSetDefaults(ClassCacheMgr, CFMappingDef<T>) - Method in class me.prettyprint.hom.cache.TableParserValidator
 
VariableIntegerConverter - Class in me.prettyprint.hom.converters
 
VariableIntegerConverter() - Constructor for class me.prettyprint.hom.converters.VariableIntegerConverter
 
A C D E F G H I J K L M P R S T U V 

Copyright © 2014. All Rights Reserved.