Profiles

org.beangle.data.orm.cfg.Profiles
class Profiles(resources: Resources) extends Logging

Attributes

Graph
Supertypes
trait Logging
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def getNamingPolicy(clazz: Class[_]): NamingPolicy
def getPrefix(clazz: Class[_]): String
def getProfile(clazz: Class[_]): MappingProfile
def getSchema(clazz: Class[_]): Option[String]
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

var modules: List[MappingModule]

Inherited fields

protected val logger: Logger

Attributes

Inherited from:
Logging