java.lang.Object
io.ebeaninternal.server.deploy.PartitionMeta
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.ebean.annotation.PartitionModegetMode()Originally the property name but replaced with the db column.voidSet the db column being partitioned on.
-
Constructor Details
-
PartitionMeta
-
-
Method Details
-
getMode
public io.ebean.annotation.PartitionMode getMode() -
getProperty
Originally the property name but replaced with the db column. -
setColumn
Set the db column being partitioned on.
-