Tabnine Logo
PropertyContainer.initProperties
Code IndexAdd Tabnine to your IDE (free)

How to use
initProperties
method
in
org.hibernate.cfg.PropertyContainer

Best Java code snippets using org.hibernate.cfg.PropertyContainer.initProperties (Showing top 3 results out of 315)

origin: org.hibernate/hibernate-annotations

PropertyContainer(XClass clazz, XClass entityAtStake) {
  this.xClass = clazz;
  this.entityAtStake = entityAtStake;
  fieldAccessMap = initProperties( AccessType.FIELD );
  propertyAccessMap = initProperties( AccessType.PROPERTY );
  explicitClassDefinedAccessType = determineClassDefinedAccessStrategy();
  checkForJpaAccess();
}
origin: org.hibernate/com.springsource.org.hibernate

PropertyContainer(XClass clazz, XClass entityAtStake) {
  this.xClass = clazz;
  this.entityAtStake = entityAtStake;
  explicitClassDefinedAccessType = determineClassDefinedAccessStrategy();
  // first add all properties to field and property map
  fieldAccessMap = initProperties( AccessType.FIELD );
  propertyAccessMap = initProperties( AccessType.PROPERTY );
  considerExplicitFieldAndPropertyAccess();
}
origin: org.hibernate/com.springsource.org.hibernate.core

PropertyContainer(XClass clazz, XClass entityAtStake) {
  this.xClass = clazz;
  this.entityAtStake = entityAtStake;
  explicitClassDefinedAccessType = determineClassDefinedAccessStrategy();
  // first add all properties to field and property map
  fieldAccessMap = initProperties( AccessType.FIELD );
  propertyAccessMap = initProperties( AccessType.PROPERTY );
  considerExplicitFieldAndPropertyAccess();
}
org.hibernate.cfgPropertyContainerinitProperties

Javadoc

Retrieves all properties from the xClass with the specified access type. This method does not take any jpa access rules/annotations into account yet.

Popular methods of PropertyContainer

  • <init>
  • assertTypesAreResolvable
  • discoverTypeWithoutReflection
  • getDeclaringClass
  • getEntityAtStake
  • getProperties
  • mustBeSkipped
  • determineClassDefinedAccessStrategy
  • getExplicitAccessStrategy
  • hasExplicitAccessStrategy
  • collectPersistentAttributesUsingClassLevelAccessType
  • collectPersistentAttributesUsingLocalAccessType
  • collectPersistentAttributesUsingClassLevelAccessType,
  • collectPersistentAttributesUsingLocalAccessType,
  • considerExplicitFieldAndPropertyAccess,
  • determineLocalClassDefinedAccessStrategy,
  • getClassLevelAccessType,
  • preFilter,
  • checkForJpaAccess

Popular in Java

  • Start an intent from android
  • compareTo (BigDecimal)
  • getResourceAsStream (ClassLoader)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • CodeWhisperer alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now